Forum Discussion

deeps's avatar
deeps
New Contributor III
3 years ago
Solved

Rest Get output is in filename.json.gz format need to convert to csv

Hello All,
I have file called “filename.json.gz” which is obtained using REST GET Snap and I need to convert it to a CSV format file. I need this transformation to be done in one pipeline.
Any help would be greatly appreciated. Thanks!!

  • The issue is sorted by removing the CSV formatter at the end and change the mapper output view to binary and connected the file writer directly.