Load data from a RELTIO_JSON file
Learn how to use the Data Loader API and RELTIO_JSON files to load data.
The file must be in
JSON
format. The body must contain data in JSON arrays.Each file loaded must not exceed 10GB, although there is no limit on the total size of a loading job. If your data exceeds 10GB, split it across multiple files.
The
loadType
values that the Data Loader allows to be loaded with a RELTIO_JSON file are ENTITIES, RELATIONS, and INTERACTIONS.This type of data loading job doesn't require you to define the
mappingDetails
parameter, as it doesn't use this functionality.