Hello,
I retrieve from a previous step (thanks to a webhook) a third-part CSV URL that has headers of type stream/octet.
That kind of URL, if we open it from a browser, it forces download, and then I have a proper CSV file on my desktop.
If I put this in an HTTP Request step, I can only have binary as a “data” result and therefore, I can’t parse it.
Do you have any idea of what I could do to handle this and parse the CSV that is behind?
Thanks