This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
Hi,
We have a JSON that has so many nodes, and for a pattern, the first three rows would have items for the first table, the second five rows would be for a diff table and the list goes on for like 400 tables.
Is there a way that alteryx could separate out this JSON file and map it to each table pased on a particular field?
For eg, in my case: MOITYPE?
Thanks,
Solved! Go to Solution.
The JSON parser doesn't like the array ending with a null object ",}" produces an error. Remove the commas at the end of lines 30, 43 and 55 and your missing rows show up again.