Load data from a RELTIO_JSON file
Learn about how to load a RELTIO_JSON file to the Reltio Data Loader.
When loading data from a RELTIO_JSON file:
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 and RELATIONS.This type of data loading job doesn't requires to define the
mappingDetails
parameter as it doesn't use this functionality.