ryan
4 years agoNew Contributor
REST API returning tar.gz
I am attempting to make an API call that returns a tar.gz file. I want to convert it to a csv and then upload it to an S3 bucket.
Note: S3 and aws is not set up yet but would like to be able to read it in and get that aspect down before they our team has our aws accounts applied.
Currently I have tried a few different methods but am not getting the expected results.
Rest Get >>> Mapper (entity/what I would think is the content data)>>>CSV Formatter>>>File Writer
I am obviously doing something wrong so any suggestions would be appreciated.