Hi All,
In .csv file I have data like this
EMPID,FirstNAME,MiddleNAME,LastNAME,CENTER
116749,Sridhar,R,"Ramaraju, Rn",101065
The above record is invalid because of ". My requirement is that need to skip invalid record and the remaining records should be processed. How I can achieve this.
Waiting for valuable replies