Convert QBO to Avro
Convert your QuickBooks Online data to Apache Avro 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.
Apache Avro
Apache Avro is a row-based data serialization format designed to support efficient data encoding and compression. Avro stores data in a compact binary format, which makes it efficient for both storage and transmission. Every Avro file includes a schema that describes the structure of the data stored within it. Avro supports a range of complex data types, including nested records, arrays, and maps. Avro also supports schema evolution, allowing the schema of a dataset to change over time (adding new fields, for example) while maintaining backward compatibility with the older version of the schema.