We've got an integration running that should never automatically retry errors, is this possible? The integration uploads a change-set that replaces all data in the target system. If in one of the ...
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=...
Hi, Does anyone know if its possible to set the content-type of a file that is uploaded to an S3 bucket? Currently Celigo uploads all files as 'application/octet-stream', but I'd like the files to...
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...
When I run a flow that has merged branches every time the job gets held up in 'In Progress' for at least 4 hours, with zero remaining records to process. Is this how this is supposed to work? It's ...
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...
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...
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.
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...