I’m trying to download the Amazon Ads report using a URL link provided in an email. However, the file I receive appears to be binary data. Here’s the HTTP setup I’m using:
I’ve tried the following approaches that were suggested in previous posts:
- Convert Encoding of Text Input: Attempted converting the binary response to text, but it shows something weird.
- Gunzip: Tried decompressing the data using Gunzip, but it still didn’t work.
I’m stuck and not sure how to proceed. Has anyone successfully handled a similar situation? Thank you!