Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Kaliana
Contributor III
Contributor III

Import of several csv to oracle table

Hello,

How to import data from several FTP csv to an oracle table?

Labels (1)
  • v7.x

1 Solution

Accepted Solutions
Anonymous
Not applicable

Hello,

You can use tFtpGet component to download files to a local directory from an FTP directory and then load them to oracle table.

The workflow should be: tFTPGet-->tFileList-->tFileInputDelimited-->tOracleOutput

Best regards

Sabrina

 

View solution in original post

2 Replies
Anonymous
Not applicable

Hello,

You can use tFtpGet component to download files to a local directory from an FTP directory and then load them to oracle table.

The workflow should be: tFTPGet-->tFileList-->tFileInputDelimited-->tOracleOutput

Best regards

Sabrina

 

Kaliana
Contributor III
Contributor III
Author

Bonjour Sabrina,

 

Merci pour ta réponse.

J'ai utilisé : TFileList --> tFileInputDelimited--> tFlowToIterate-->tIterateToFlow-->tMap-->tOracleOutput