Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hello All,
I am trying to use the CSV parser to parse a text but I keep getting the Out of Bounds error. Can anybody help me here?
Here is how myfile looks like: no headers and collums separated by space:
Tried also to replace the spaces by "|", but no success.
Here is my CSV Parser Call
I am pretty sure I am not supposed to leave the "space" between the double quotes, but it also did not work for "|" so I am missing something else.
Any thoughts?
Cheer
Ewerton
Hi Ewerton,
Few things:
Best Regards,
Carles.
Thanks!
Hi Carles,
What is that customized CSVParser?? Can I get that extension in market place?
Thanks!
Thanks, I tried with this extension but still I'm getting array out of bound exception because of that CRLF.
Any other wayto handle this??