Forum Discussion
Hi Chayce, First of all, thanks for getting back to me.
I am trying to export the entire table to CSV file. While using "Export Records to CSV", this step gives a file_transfer_handle URL. I am not able to figure out how to download/generate csv using this url. Attaching a screenshot of the output for your reference -
------------------------------
shivani jain
------------------------------
Ah - then you'll need to decide how you actually want to move that file to where you can get it. The File transfer handle is basically the Pipeline path to where that file lives for Pipelines to access. For you to get it - you will need to put it or send it somewhere. Examples could be:
- Adding / Uploading the CSV to a record in QB as a file attachment
- Emailing the file to yourself
- Uploading the CSV to Box or something equivalent.
Pipelines won't actually download anything for you directly, if you need a physical file in your browser you would just go directly to the table and download the CSV from there.
------------------------------
Chayce Duncan
------------------------------
- shivanijain12 years agoQrew Member
Thanks, Chayce, Option 1 works for me.
------------------------------
shivani jain
------------------------------