How do I export data in a different format, like ZIP (.zip) instead of GZIP (.gz)?

Question

Want to change the format of data export. Possibly migrated from export v1 (default ZIP) to v2 (default GZIP) and want to keep the format the same.

Answer

The physical configuration can be updated to change the export format.  Changing your physical configuration requires you to contact Reltio Support.  To see which format is currently set, run:

GET https://<envURL>/reltio/tenants/<tenantID>

In the JSON segment exportConfig there will be a line "fileCompression": "GZIP", which can be changed. The possible values are {ZIP, GZIP}.

The recommended way for exporting is to apply (“skipPostprocessing”: “true”) and use GZIP format to reach maximum performance.  If you are using ZIP, this should be changed to "skipPostprocessing”: “false".

References

https://docs.reltio.com/exportapi/gzipforexportv2.html?hl=file%2Ccompression

https://docs.reltio.com/exportapi/exportv2.html

https://docs.reltio.com/exportapi/storingexportresults.html?hl=postprocessing

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.