Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I have a flat CSV file with multiple columns which I need to convert to multiple loop elements JSON file.
Below is the example for your reference:
CSV File:
ID,parent1,parent1child1,parent1child2,parent2,parent2child1,parent2child2
10,P1,P1C1,P1C2,P2,P2C1,P2C2
{
[ID:
P1:[{P1C1},{P1C2}]
P2:[{P2C1},{P2C2}]]
}
I have tried with twritejsonfield component but able to loop only one element.
Please let me know which component to be used to do generate multiple loop elements JSON.
Thanks & Regards,
Ganendra v