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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Getting Files Via FTPconnection and apload the data in a PostgreSql BDD

Hello everybody, 
I'm just starting with Talend OPS, and I wanna get a file from the server ( Via the FTPConnection), make some transformations and after that apload the data in a Pstgresql table.
I use the FTPconnection and the tFTPget to recover the file I want to, but I don't know wich component use after this step in order to  get just the rows I want to and put them in my table. 
Any one to help me please.
Thank you ! 

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hello,

tFileInputXXX component will get the rows you want to and load them in your table. 

The work flow looks like:tFTPConnection-->tFTPGet-->tFileInputXXX-->tPostgresqlOutput

Best regards

Sabrina

 

View solution in original post

4 Replies
Anonymous
Not applicable
Author

Hello,

tFileInputXXX component will get the rows you want to and load them in your table. 

The work flow looks like:tFTPConnection-->tFTPGet-->tFileInputXXX-->tPostgresqlOutput

Best regards

Sabrina

 

Anonymous
Not applicable
Author

Hello,

thank you for your answer.
but I don't find which one of the TfileInputXXX I have to use.
on the server, the file type is .csv with "|" as a separator. I tried tu use de TfileInputRaw, but I'm getting just an object with only one line and I can't use the Tmap in order to choose the column to put in my table.

Can you help me please?

Thank you!

Anonymous
Not applicable
Author

Hello,

I'have used the Tfileinputdelimited and it works!

Thank you

Anonymous
Not applicable
Author

Hello,

Great it works. Thanks for your feedback.

Best regards

Sabrina