How to use CSV Parser to read multiple records in single row
Hi,
I have a csv file ‘|’ separated which has records like below.
123456|61|eng |01|aabc|test|16|Long|,|01|aabc|test1|Regular|Short||
112569|61|eng |01|vfbc|test3|16|XL|
how to read both reco...