Skip to main content
Both verify and parse support batch processing via the -b flag, accepting CSV, TSV, and pipe-delimited files.

Usage

Supported file formats

  • CSV — comma-separated (default)
  • TSV — tab-separated
  • Pipe-delimited — pipe (|) separated

Column mapping

Reach automatically maps common column names to verification fields. Use any of the following column headers:

Address fields

Contact fields

Other fields

Example CSV

Output formats

Use -o to control the output format:

Summary statistics

Add --summary to get aggregate statistics after the batch completes:
The summary includes counts of accept, review, and reject outcomes, plus error counts.