Skip to main content
All CollectionsExporting data
Manually download extracted data
Manually download extracted data

Download extract data from your documents as Excel, CSV or JSON

Updated over 3 weeks ago

Parseur offers various export strategies. The most simple one is to download parsed data to your computer.

How do I download extracted data?

To download data extracted by Parseur:

  • Open your mailbox

  • Click on the Download / Export section in the left menu

  • Click on the file format you want to download

  • The file will be downloaded to your default browser download folder

What download formats are available?

You can download the parsed data in 3 formats:

  • As an Excel file (.xlsx): choose this if you want to view and reword the data in Excel

  • As a Comma-Separated Values file (.csv): choose this if you want to import the data into software that can ingest CSV files

  • As a JSON file (.json): choose this if you want to import the data into software that can ingest JSON objects or if you plan on using webhooks later and want to use a sample payload while developing.

How do I filter downloaded data?

By default, Parseur will generate a download file that includes all parsed data from all documents in your mailbox.

Use the Filter section at the top to filter the data to download.

You can either:

  • Click Last document only to only download the data parsed from the last received document in your mailbox

  • Select Specific date range and then pick a year and, optionally, a month and day to only download data from that specific date.

When selecting the date filter, be mindful that Parseur assumes the date is in the UTC timezone. If you live in another timezone, this can result in different cutoffs.

What is the difference between a table field view export and a document view export?

If you have a field with the table format in your field set, you will see several download icons, like in the screenshot above:

  • The table-field view download will create one row per table-field row processed. Non-table fields will be repeated on each row. This is usually the preferred option when you have table fields.

  • The document view download will create one row per document processed. Each cell in a table will be added as a separate column. This is usually not the desired result when having table fields.

Can I change the field order in the downloaded file? Can I select specific fields to download?

Yes! You can reorder fields on custom downloads in the app by:

  1. Navigating the the Download / Export section in the left menu

  2. Clicking on the + New Download button at the bottom of the page to create a new custom download

  3. Give your download a name (optional)

  4. Select your download format as described above

  5. Click and drag on a field to reorder it:

Unlike the default downloads we create for each mailbox, you can Edit and Delete custom downloads once they are created:

Alternatively, you can automate the process using platforms like Zapier or Make. These tools allow you to send your data to an online spreadsheet application, such as Google Sheets, Excel Online, or Airtable, where you can customize the field order. For more details, see the information below.

Can I automate the downloading of the data?

If you're looking into automating data export from Parseur, we recommend that you look at our other export sections, like:

Did this answer your question?