Answers for "API --> httpcaller --> excel transformation" https://knowledge.亚搏在线safe.com/questions/83130/api-httpcaller-excel-transformation.html The latest answers for the question "API --> httpcaller --> excel transformation" Answer by yong_sa https://knowledge.safe.com/answers/83186/view.html

Thanks everyone for pointing me in the right direction.While I couldn't get the extractor or flattener to work, I ended up using a JSONFragmenter and AttributeExposer to get at some of the columns we needed.

The next step is to figure out how to get the nested array values from the APIs.

Fri, 23 Nov 2018 18:54:49 GMT yong_sa
Answer by jdh https://knowledge.safe.com/answers/83132/view.html

The response you are getting from the httpcaller is in JSON.You need to use a JSONExtractor or JSONFlattener prior to the excel writer.

You will also need to expose the attributes (if known/static) or use the schemasetter and dynamic settings on the writer.


Thu, 22 Nov 2018 21:31:37 GMT jdh