Oracle Audience Segmentation Release Notes for May 23, 2023 (23.05)
in Unity CDP
The following enhancement has been made to Oracle Audience Segmentation.
Support for JSON file format
We have enhanced our file-based ingestion by adding support for JSON file format. This format is available for various source types, such as Oracle Object Storage, AWS S3, Google Cloud Storage, and SFTP.
We support the following structures for JSON files:
{ cust1 {}, addr1 {}, orderitem1 {} } { cust [ {}, {},..], addr [ {}, {},…], orderitem [ {} ] }
Best Practices:
- The sample JSON file should be in new line delimited format and the maximum size of the file is restricted to 100 MB.
- You should maintain a separate folder for JSON files in the source created.
- Each line in the JSON file should adhere to the 2 MB size limit while maintaining the overall structure and integrity of the JSON data.
0