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 have a direct utility to extract relations as a JSON by taking relation URIs as input, similar to Reltio Entities Reader. Instead, you can use the Data Extract utility JAR which has an output in CSV format.
The Data Extract utility is used to extract values from a tenant into a CSV or flat-file format for use in downstream processes and reporting.
Once the Data is extracted to CSV files you can use utility jar called Generic JSON Generator which will convert the CSV files to JSON files.
Warranty Disclaimer - The add-on utilities are provided to you free of charge, and on an "AS IS" basis, without any technical support or warranty of any kind from Reltio including, without limitation, a warranty of merchantability, fitness for a particular purpose, and non-infringement.
References
Data Extract utility - https://bitbucket.org/reltio-ondemand/util-dataextract/src/master/
Generic JSON Generator - https://bitbucket.org/reltio-ondemand/util-jsongenerator-core
Additional Utilities - https://docs.reltio.com/addonutilities/aboutaddons.html
Comments
Please sign in to leave a comment.