Fix csv parsing
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
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.