#629 Introduce CSV parser
- Add CSV parser + tests in
common,java
- Move CSV print function also to
common,java
- Use new parser in the
common.dsm
project, cleanup the exceptions a bit. - Rescue the clustering input format by stripping whitespace after parsing (TABs are dropped, as RFC 4180 doesn't allow them).
Fixes #629 (closed)