02-23-2024 11:09 AM
Hello, can someone please help with this? I was to extract each of the { "securityAlt":[...], "security":[...]} section out of the main array, and store each record on oracle table under a field. So for this below example, I want to insert the 12 objects from the main array in my ORACLE table.
02-24-2024 12:43 AM
Hello @ashis1upreti,
Could you please provide additional details regarding the input and the desired output? That would help us better understand the context and requirements.
An example input and example expected output data would be a great starting point!
02-27-2024 11:34 AM
@Aleksandar_A thanks for taking time to read the question and reaching out. I however was able to figure it out by using a mapper.
Thanks anyways. have a good day!