Hello Team,
I'm encountering issues with my integration script that fetches data from Reltio and transforms it into XYZ JSON format.
My goal is to fetch full JSON data from Reltio using the provided endpoint and transform it into XYZ JSON format. The script seems to fetch only a portion of the JSON data from Reltio, and I need assistance in ensuring it retrieves the entire dataset(only metadata(schema-entitytypes) information I want to fetch).
Can anyone help me understand if there are any restrictions in RIH (Reltio Integration Hub) that might affect data fetching? I would appreciate any guidance or tips to resolve this issue and ensure my script reads the entire JSON dataset from Reltio without limitations.
Here's a current script:
const fetch = require("node-fetch");
exports.main = async ({ data }) => {
datal = data;
return { datal };
};
Here is the screenshot. Please note that step 6 is skipped during the recipe execution as I am proceeding with JS. It perfectly transforms Reltio JSON to the expected output, but it is only reading half of the file and thus transform only half of it:

------------------------------
Praghya Sharma
Blue Altair
------------------------------