CSV Export
Introduction
Dotfile allows you to export the data displayed in any view to CSV or XLSX files directly from the console. This feature is designed to help compliance, operations, and analytics teams easily retrieve structured data for reporting, monitoring, and integration purposes.
How it works
- On any view (standard or custom) in console app, click the “Export” button located next to the filters
- Select your preferred format—CSV or XLSX
- The export is performed asynchronously. You’ll receive a notification when your file is ready for download
To make data handling in spreadsheets easier, if the export exceeds 10,000 rows, the download will be a ZIP archive containing multiple CSV or XLSX files, each file limited to 10,000 rows.
What Data Is Included
- Cases: All standard and custom properties (including reviews and current risk),
- Companies: All company data, associated cases and custom properties,
- Individuals: All individual data, associated cases and custom properties,
- Checks: All check data, linked entity (company or individual), related case data and custom properties.
Updated 3 days ago