Convert QBO to TSV
Convert your QuickBooks Online data to Tab Separated Values quickly
QuickBooks Online
QBO (QuickBooks Web Connect) is the file banks offer as the "download for QuickBooks" option. A
.qbo file is an Open Financial Exchange document with the Intuit fields QuickBooks uses to match the
download to a bank account, and it holds the same sign-on, account, and transaction structure as any other OFX file.
Tab Separated Values
A Tab Separated Values (TSV) file is a simple text format for storing data in a tabular structure. Each row in the table is represented by a line of text in the file. Within each row, columns of data are separated by tabs. This format is useful for moving data between programs or systems that handle tabular data, such as spreadsheets and databases. TSV files are easy to read and write by both humans and machines. They are especially useful when handling data that contains special characters or commas since the tab character is less likely to appear in field data than commas.