Hi Chakradhar,
The error is coming from this line
String[] result1 = tokensMap.get(field).split(",");
but that is because of the your tokenizer logic. Please debug this in an IDE such as NWDS or Eclipse
Regards,
Mark
Hi Chakradhar,
The error is coming from this line
String[] result1 = tokensMap.get(field).split(",");
but that is because of the your tokenizer logic. Please debug this in an IDE such as NWDS or Eclipse
Regards,
Mark