Download and upload metadata
The metadata from the Integrations catalog downloads in CSV file format. Download options include:
- Entire Table—Includes all SnapLogic metadata and any custom data that has been added.
- Customer Data Only—Only supplemental data that has been added.
- Template—The first row includes the
uid
and any custom columns. The remaining rows contain theuid
value for all integrations.
Upload supplemental metadata in the same CSV format. Each integration has a unique id,
uid
, consisting of the project path and task name. To add supplemental metadata,
define custom columns and correlate the supplemental metadata with the integration unique ID.
Supplemental data can be text or numeric. You don't need to enclose it in quotes. Refer to Reserved column names for a list of names to avoid for custom
columns.
On upload of a CSV file:
- Rows in the input file overwrite any existing supplemental data for that integration ID.
- If more than one row has the same ID, values from the last matching row load into the catalog.
- Incomplete rows, those with values for only some custom columns, overwrite existing custom values.
Add supplemental metadata describes how to add custom fields and metadata values.