Convert your Parquet files to XML format for enterprise systems and data interchange. Files are processed locally in your browser.
Drop or choose a .parquet file; it is decoded locally and an .xml file is downloaded, with each record written as a <row> element. No upload.
XML is still everywhere in enterprise systems, message queues, and legacy integrations. Export Parquet rows to a simple, well-formed XML document that any parser can read.
No server is involved at any point: the file is decoded and re-serialized locally in your browser using WebAssembly.