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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Records not rejected from tFileInputDelimited component for MM/dd/yyyy format

Hi

 

I have the following csv file

 

0683p000009Ma0i.jpg

 

and job & schema of tFileInputDelimited is

 

0683p000009MZzq.jpg

 

Output after job is run

 

0683p000009MZIh.jpg

 

Problem with job run results is dates are being modified and it gave me different date when compared with actual csv file (please observe last 3 rows in the csv file), and expectation is those records to be rejected and shown under "Rejected Error Records" table in the job run status/console window

 

I am bit new to Talend, could you please let me know how this can be fixed, and show those records to be  appeared under "Rejected Error Records" category.

Labels (2)
4 Replies
manodwhb
Champion II
Champion II

If you have other format data value against with that column,entire record will be rejected.
Anonymous
Not applicable
Author

@manodwhb 

 

Some data in HIREDATE and DOJ columns in CSV file is not as per the defined format,

 

HIREDATE schema format is dd/MM/yyyy, invalid data values passed to this column are 2/20/1981 (Row2 in CSV, month value is invalid), 42/1/2020 (Row6 in CSV, date value is invalid) which are good candidates for rejection

 

DOJ format is dd-MM-yyyy, and values passed to this column are 35-05-2020 (Row4 in CSV, date value is invalid)  and 4-44-2020 (Row6 in CSV, month value is invalid) which are good candidates for rejection.

Anonymous
Not applicable
Author

 

@manodwhb

Hope it is resolved by checking an option i.e. Check Date in Advanced settings of tFileInputDelimited component

 

0683p000009Ma0K.png

 

Below is the job run results

 

0683p000009Ma20.jpg

manodwhb
Champion II
Champion II

@uganesh , by enabling the check date in advanced setting you will get the other formats data into rejected flow.