scify / JedAIToolkit

An open source, high scalability toolkit in Java for Entity Resolution.
http://jedai.scify.org
Apache License 2.0
212 stars 47 forks source link

Fixed CSVReader separating quoted text #32

Closed lwj5 closed 4 years ago

lwj5 commented 4 years ago

For example

"World Wide Database-integrating the Web, CORBA and databases"

should not be separated to

"World Wide Database-integrating the Web" & "CORBA and databases"

Separator changed to char type to follow the specs of OpenCSV