Solved
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.