Skip to content

Fix csv parsing

Mara Coman requested to merge FixCSVparsing into development

Changing the csv parsing method which was done manually to one that uses Jackson data format module for reading and writing CSV. TO DO: -Move all csv parsing helpers to a different package ? -Squash commits.

Edited by Mara Coman

Merge request reports