Forum Discussion
Hi @amit.saroha ,
Below is the attachement of the pipeline. It’s a file reader with csv parser and router. Only use the csv parser and router.
Explanation CSV parer:
uncheck the checkbox ‘ignore empty stream’ - check containts headers.
Router explanation.
The first expression will return true if the input data is not empty ( it will output the input data to the first output view ), and the second expression will simply return true
and will output the data on the second output view. With the First match
option checked, only the first expression that returns true will be evaluated to the output even if there are more expressions that return true.
CsvFile_Validation_V1.0_2022_07_07.slp (5.1 KB)
Regards
Jens
EBS_PERSONINFO_202207060218.csv.txt (445 Bytes)
I tested with the uploaded file but it didn’t return anything in any of router output.