Convert OFX to Parquet
Convert your Open Financial Exchange data to Apache Parquet quickly
0%
Uploading...
Loading...
Sign-up to upload larger files
Open Financial Exchange
OFX (Open Financial Exchange) is the open specification banks, brokerages, and payment providers use to publish
statements and transaction histories. A single .ofx download holds the sign-on response, account details,
and every statement transaction in one nested document, written either as SGML tag pairs or as XML.
Apache Parquet
Apache Parquet is a columnar storage file format that provides efficient data compression and encoding schemes. It is optimized for use with complex nested data structures and is effective for queries that process large volumes of data and for table-like datasets.