You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hi
I use talend open studio 5.0
I have a delimited file which brings millions of records and I have to do checks on the fields (filters) and inner join to see if a field is valid.
Of a line I have to validate all fields and give all the possible errors in an audit table in database
So the only way I happened to read a file n times for validation or inner join to spend more
For performance not know if this is the best way to do this or is there another.
example
tfiledelimit -------------------> tjava ------------------> toracleoutput
tfiledelimit -------------------> tjava ------------------> toracleoutput
tfiledelimit -------------------> TMAP ------------------> toracleoutput
Regards,
Oscar Manso
Offline

Hi
You can use tSchemaComplianceCheck component to validate all the fields according to your requirement.
Offline

Hi karthikj18
Read the documentation for your answer has nothing to do with what I ask
I know there are not satisfying answer but this is very misguided and see that you do not understand what the proposed component
Regards,
Oscar
Offline

Hi,
As per your post I understand that you are trying to validate the incoming data from a delimited files. If so then you can use that schema compliance component.
Am I right? please correct If I am wrong.
Offline

Hi
you're wrong because my filters can be validated if the ID is correct, if a field has a correct value, and more. The latter is done in database. With an inner join between the file field and the field of a table
Regards,
Oscar
Offline
Pages: 1