Skip to main content

Export Overview

Export processed document data to external systems and download files for batch processing.

Export Methods

Connector Export

  • JSON format - Standard structured data export to any configured connector
  • Real-time delivery - Automatic export to HTTP, FTP, or Email connectors
  • Validation integration - Only exports successfully validated documents

Transform Function

  • Custom transformation - Plain JavaScript function to modify export data
  • Multiple formats - Transform to JSON, XML, Excel, CSV, or Plain Text
  • Return format - Function must return a string-formatted object

Download Files

  • Batch export - Select and package multiple processed documents
  • ZIP packaging - Download selected documents in named ZIP files
  • Export tracking - Filter for never-exported data to avoid duplicates
  • Selective processing - Choose specific documents for batch operations

Export Flow

  1. Document Processing - Complete extraction and validation
  2. Format Selection - Choose JSON export or custom transform
  3. Delivery Method - Send via connector or prepare for download
  4. Batch Management - Package multiple files for offline processing