Hello,
I am on premises and I have been facing difficults how to convert a file from json to xml.
I can't use python scrypt because it is just available on cloud.
Does Infor ION api provides an end point to convert json to xml?
Kind Regards.
Hello - You will need to use the manual mapping feature, in a Connection Point API to do this. You will use XML Content and then use JSON Pathing to pull in the appropriate values. If you need to join values together, pass the two values to a Workflow and combine them.
docs.infor.com/.../default.html
Hi Brandon,
thanks for your reply. I've not much comfortable with ION yet.
I have this scenarios. Where I need to create JSON Pathing?
Regards.
Something like the below would work. JSON Target with XML Source is the example in the documentation.
Hi,
I've created a simple cenario to do some tests:
Input Document: Nomes_JSON
Example:
{
Output Document: Nomes_BOD
ION API output is
Request Body is
When press TESTE I am getting this error:
another error is about Noun payload
Many thanks...