Yes, Rhys, Dat Loader is a fully supported part of our platform.
Could it be that it expects the word "Token" in the Authorization header value? Your screenshot seems to show just the token value, not the word "Token" preceding it. Also, please be cautious when ...
If it's always just a single character prefix, you can use the substring handlebar in your mapping to strip it: {{substring id 1 id.length}} The above syntax takes the field "id" and returns everyt...
Hi Steve Klett, perhaps this is the doc you were looking for? https://docs.celigo.com/hc/en-us/articles/360043927292-Fine-tune-integrator-io-for-optimal-data-throughput#page-size
Jeffery Hill Steve Klett if you had to choose between using external libraries like moment.js or Lodash versus being able to more easily reuse your own JS code across your scripts, what would your ...
Thanks Wade, this is something we're actively look at. We will keep you posted as our plans mature. -Matt
Thanks Tyler, updated.
Yes Jeffery Hill, this was addressed in Q4 2020. https://docs.celigo.com/hc/en-us/articles/360052037512-Change-the-connection-in-a-flow-or-resource
Hi Hristina Bendeva, Can you show us the full content of the "HTTP response | Body" and "Parsed output" panels, please? Please redact/mask any sensitive fields. Thanks,Matt
And here's a working example I made (testing the limits of my own rudimentary JS skills):