The data importer provides a range of tools that allow you to import values from a CSV file into a defined datasource. You can create and delete tables, import new versions of data, append to existing data, and purge old data. A range of filters and formatters are also supported.
Defining a Datasource
The methods below include an optional datasource parameter. This must be a datasource defined in the configuration of your API Server, see Using External Datasources.
The importer has been designed with a custom datasource in mind, and not to be used with the iCM database. We are able to set up additional databases should they be needed, please check with the support team or your account manager.
Database Types
importData
Imports data from a CSV file into custom a database table.
purgeImportData
Deletes previously imported data.