Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
Anyone has idea on this?