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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Transform Google sheets into CSV and postgreSQL

Hi,
I have a situation where I humbly request your assistance. I have Google sheets data which I am converting into csv files---this works great. Now I need to tell Talend that besides converting Google sheets data into csv file, also make a table in postgreSQL. How can I do this? Is it possible with Talend? Please provide insights.

0683p000009MFqE.png

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi  
I guess you have read the related  topic, you can use tFileFetch component to download the CSV file, and then use tFileInputDelimited to read the file and load them to PostgreSQL.

Regards
Shong

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi  
I guess you have read the related  topic, you can use tFileFetch component to download the CSV file, and then use tFileInputDelimited to read the file and load them to PostgreSQL.

Regards
Shong
Anonymous
Not applicable
Author

Thanks Shong!!!