Forum Discussion
Are you asking for a way to export the entire table as opposed to a subset of fields? Is there something specific you're trying to do that you aren't able to find? The answer is yes, you can export the entire table if you provide a query such as Record ID# is not 'blank' since that is not possible and returns all records. As for the fields you would just need to select them all and include them in your list of fields.
------------------------------
Chayce Duncan
------------------------------
- shivanijain12 years agoQrew Member
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
------------------------------- ChayceDuncan2 years agoQrew Captain
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
------------------------------