The universal connectors for FTP, HTTP and Webhooks all support reading an XML file and parsing it into JSON. But they all convert the xml file in a different way Consider this example xml: <?xml v...
We have some imports that we want to post against in bulk. So for example instead of updating stock 1 call per item, we do 1 call for 100 items, as an array. This works ok, but only if the API resp...
Does Celigo support JSONPath filtering in Mapper/Transformation 2.0? For the below data array I would like to get only the quantity of hats, using jsonpath filtering this would be $.items[?(@.type=...
This is probably a bug, I will also raise a ticket but am posting it here because I've seen more posts of people having issues with branching so I hope this might help someone. The basic premise is...
Hi, When you are creating input filters on flow steps Celigo will show preview/example data in the input tab of the 'Define input filter'-form. Sometimes this data is cached, sometimes it is source...
Hi, In Error Management 2.0 the Run History/Dashboard has lost the option to filter on Job State / Hide Empty Jobs. Can you re-add the filter? The 'Download files' option is only available in the R...
It would be great if wrappers/stacks could also support file transfers, ie unproccessed data. For example we could read a binary file from an FTP server/NetSuite and send it as-is to the wrapper.
For EDI documents (edifact/fixed width) we rely heavily on Export Transformations. This is because import mappings dont support creating nested arrays needed for edifact but export transformations...
Hi,I noticed today that while the ILM ‘ignore fields during pull’ feature does support ignoring integration custom settings, it doesnt support integration custom settings that are inside a flow gro...
Hi, I've noticed Celigo will sometimes update records using an inline edit (submitFields / XEDIT event), and sometimes it will update using record.save (creating a normal save / EDIT type event) - ...