Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
VALIANTnbrown
Contributor
Contributor

tGoogleDrivePut output stream error

My desire is to upload a csv to google drive. I intend to do this using the output stream of tfileoutputdelimited. It is working, but it is trying to write a continuous flow of rows rather than one csv. This causes their to be a googleput for every row of data which yields a file already exists error. How can I force it to load all the rows into the csv before attempting to write to google drive. Below are some attached screen shots. Thank you

Labels (4)
4 Replies
Anonymous
Not applicable

Hello,

Is there any specific requirement for output stream usage?

Please try to use tFileOutputRaw component which provides data coming from another component, in the form of a single column of output data.

Let us know if it helps.

Best regards

Sabrina

VALIANTnbrown
Contributor
Contributor
Author

Hello, thank you for the reply. That sounds useful, but I do want to keep the formatting of the columns. But where would I put this component in my flow if I wanted to use it?

Anonymous
Not applicable

Hello,

The tFileOutputRaw component is used to to receive data coming from a data source that provides its data in a single column. You could replace tfileoutputdelimited with tFileOutputRaw component.

Here is online component reference here.

Best regards

Sabrina

 

VALIANTnbrown
Contributor
Contributor
Author

Thank you for all your help, I ended up switching approaches, but this is still helpful