In my project,we are using JCSV for reading comma separated values.We wanted to extend the support to read pipe delimited text as well. The text is something like this:
NAME|AGE|Sex|Country|
Alpha|22|M|Switzerland|
Beta|23|F|Germany|
In my project,we are using JCSV for reading comma separated values.We wanted to extend the support to read pipe delimited text as well. The text is something like this:
NAME|AGE|Sex|Country|
Alpha|22|M|Switzerland|
Beta|23|F|Germany|