CSV File Instructions

1. Extracting Quantity from Text

To process CSV files for extracting quantities from text, the file must contain the following columns:

  • Text: The column containing the input text from which quantities will be extracted.
  • Predictions: The column where the application will store the extracted quantities.
Extracting Quantity from Text

2. Reconciliation

For reconciliation tasks, both CSV files must contain the following columns:

  • Primary: The primary value such as a check number, which acts as a unique identifier for reconciliation.
  • Value: The column containing the amount or numeric value to be used in the reconciliation process.
Reconciliation Instructions