Solved
Forum Discussion
Even though you can specify that you’re receiving BINARY data, I don’t believe the REST GET snap supports defining the output view as BINARY (triangle shape), which would make it easier.
I have a similar process on my end, and I have to add a Mapper and DocumentToBinary snap like below to get the data into a usable structure.
Then, you can use a CsvParser or ExcelParser snap, depending on your data.
- Dhivya_Aroma16 years agoNew Contributor III
Thanks Christwr. It worked.