Hi All,
I am doing FCC on a file where records are seoparated with , and the last record is seperated with # so Iam giving fieldSeparator as ',' and endsepartor as '#' but the end separator is not working and it is failing saying that csv file contains more fields than specified .
However when I am giving single record I am able to run the same.
Also multiple records with End separator as 'nl' is working but I ahve to change the file replacing '#' with 'nl'
I amnot able to solve this problem urgent help is required
regards