Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Shong,
I tried to use your code sample in a tJavaFlex, but I get a compile error telling me that DynamicMetadata cannot be resolved to a type. I see that we can import libraries directly into the tJavaFlex using its advanced settings, but I could not figure out which libraries to import before using this DynamicMetadata type. Can you or somebody else help me with this?
Thanks,
Douglas
What id c in the code? I am getting an error "c cannot be resolved"
begin code of tJavaFlex:int ncount=0;
String columnName="";
DynamicMetadata column;
Shong
Shong,
I have got the commercial version of talend.Used dynamic schema.It work very fine for the source files to db tables without any transformation logic.How can i achieve the adding transformation logic like nulls etc for individual columns in the Dynamic Schema?
Let me know.I have 10 sources file and 10 tables.Created one job to load this 10 tables using dynamic schema.But i want add different transformation logic for 10 sources.How to i achieve this?
Regards
Vasanth
Hi All,
Can anybody tell me how to create dynamic schema using a text file where all the field names,datatype, length are present.
My requirement is
I have two files with different formats.For these two files i have to create a header and trailer for a set of records where header and trailer format is different for these two files. I have to create a generic module for header and trailer creation.
Hence i want to define the header structure of one file in one text file and the header structure of another file in another text file.
Using these two text files, during run time schema needs to be created in talend.
Is there any way? Please help me on this.
Hi
With community version, you have to create many subjobs for each file. With commercial subscription version, you are able to define a dynamic schema to map different structure, so that you only need one general Talend job for all files. For more information, please read this article:
Shong