Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Thanks for the link. That's great for working with json files. But I need Talend to parse a json into a parquet.
BTW, I've used https://jsonformatter.org/ for working with json files but I'll compare that with pathfinder.
Hello @pthomas
And which part of the json do you want to parse with the Talend component? The link actually helps you to have the right jsonPath query to use in your tFileInpuJson or tExtractJsonFields.
Best Regards
The issue was user! In my example above if "friends" was in square brackets not curly, that would better simulate my issue. Getting the "[*]"s right and the "."s is important. My results were coming back in a comma separated list. Removing a "." from the json query separated them into individual rows.