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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
desanip
Contributor
Contributor

Load a file to teradata table using TPT

Hello Talendians,

I am trying to load an external file( containing 10 records) to Teradata table using Tteradatatptexec component in talend. I am able to load data into table successfully if i define the schema.

Now the external file can contain any number of columns and i don't want to define schema in the tteradatatptexec component. When we specify the load file location in tteradatatptexec component, can't it read the schema dynmaically?

I know we can achieve this in oracle, if we generate a control file and passing this control file in advanced settings of the toraclebulkexec component.

Can anyone provide some inputs?

Labels (8)
1 Reply
desanip
Contributor
Contributor
Author

Anyone has idea on this?