Update an existing data catalog by uploading a new CSV file — either through the Vantage UI or by placing the file in a shared folder connected via SFTP.Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
CSV format
Follow these rules when preparing a CSV for upload:- Columns must be separated by commas.
- No spaces are allowed between a column name and its comma separator.
- Values containing commas that should be treated as literals must be enclosed in double quotation marks.
- Quotation marks inside string values must be duplicated, and the entire string value must also be wrapped in double quotation marks.
Sample: value with a comma
Sample: value with quotation marks
Update via the UI
Select and upload the CSV
On the Data Catalogs tab, select the catalog from the list and click Update in the pane above the list. Drag the CSV file onto the page, or click Browse at the top of the screen.
Update via a shared folder
First, connect to the shared folder using SFTP.Copy the shared-folder path
On the Data Catalogs tab, select the catalog and open its Settings dialog. Copy the path from the Folder to upload CSV field.

Connect from the SFTP client
Paste the path into the Host field in your SFTP client and click Connect.

Vantage checks the Catalogs folder every 20 seconds and updates any data catalog whose name matches a CSV file in the folder.
Update outcomes
| File state | Result |
|---|---|
| All records valid | Catalog is updated; file is deleted from Catalogs. |
| Some records are empty | Empty records are ignored; valid records are imported; file is deleted from Catalogs. |
| Some columns are missing | Missing columns are ignored; existing columns are imported; file is deleted from Catalogs. |
| File contains new columns | New columns are added to the catalog; file is deleted from Catalogs. |
| Records are in the wrong format | Catalog is not updated; file is moved to Catalogs-exception. |
| File can’t be opened, or the name doesn’t match a catalog | Catalog is not updated; file is moved to Catalogs-exception. |
Related topics
Using data catalogs
Use data catalogs to validate and auto-populate extracted data from a Document skill.
Create data catalogs
Create a data catalog from a CSV file or by entering columns manually.
Data catalogs and the Vantage API
List, inspect, update, reindex, and delete data catalog records via the Vantage API.
Create data catalog lookup rules
Verify extracted document fields against data catalog records using exact or fuzzy matching.
