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!!

  • Figured it out… here’s what the MongoDB Update snap should look like.

    and the fields you want to “$set” come from a mapper snap prior to the MongoDB Update snap.

4 Replies

  • Jake_pm's avatar
    Jake_pm
    New Contributor II

    Figured it out… here’s what the MongoDB Update snap should look like.

    and the fields you want to “$set” come from a mapper snap prior to the MongoDB Update snap.