Hello:
(apologies if this is a double post. I wrote it and then signed in)
I'm learning FME and APIs and have been trying to use httpcaller to retreive information from an API and convert the information into excel columns. I've figured out the httpcaller portion, but I end up with an excel file with a single column that contains all of the data for each row instead of separating each bit of data into their own columns.
Any ideas on how to take the httpcaller API JSON output and convert it into a usable excel sheet? Current sample output is below.
Thanks!