Forum Discussion

CarolMcconnell's avatar
CarolMcconnell
Qrew Captain
10 months ago
Solved

Export QuickBase table to Sharepoint csv file

I have a table that I need to export and save to sharepoint as a csv file.  I'll need to do it once a month. Is there a way to do this via pipelines without having to export to file to a shared dri...
  • ChayceDuncan's avatar
    ChayceDuncan
    10 months ago

    The pipeline has it in the step output from your query. So in a simple example Step A in your pipeline would be to download contents to CSV, then Step B would be to take that download and add to Sharepoint. The output from A in the pipeline looks like below which includes that file_transfer_handle that you would use as the 'source' for the upload to Sharepoint. 



    ------------------------------
    Chayce Duncan
    ------------------------------