Question
Is there a way to extract relations in Reltio in JSON format like the Reltio Entities Reader provides a way to extract entities by URI via a JAR?
Answer
Currently, Reltio does not offer a direct utility to extract relations in JSON format by specifying relation URIs, similar to the Reltio Entities Reader for entities. However, you can achieve this through the following approach:
-
Data Extract Utility:
- Use the Data Extract utility to extract relations from your tenant.
- This utility exports data in CSV format, which can be used for downstream processes and reporting.
-
Generic JSON Generator:
- After extracting the data in CSV format, utilize the Generic JSON Generator to convert the CSV files into JSON format.
- This tool transforms flat or CSV files into JSON files ready to be consumed by Reltio's data loader.docs.reltio.com+1support.reltio.com+1
Please note that these utilities are provided by Reltio as part of the Reltio Open Collaboration System (ROCS) and are offered free of charge on an "AS IS" basis, without any technical support or warranty. docs.reltio.com
For more information on available utilities, you can refer to Reltio's documentation on ROCS Utilities.docs.reltio.com+1docs.reltio.com+1
Comments
Please sign in to leave a comment.