metadata-qa-api
metadata-qa-api copied to clipboard
Use a CSV library in generating CSV files
Hi @pkiraly, sorry to intrude, just curious on what your plans are ;) As you know I have some opinion on this:
- deprecate all code/methods in the
Calculatorrelated to deserializing or serializing input/output records from or to csv, json, ..., ie.measureAsJson(),measure(String record), etc. - move those functionaly to wrappers like for instance https://github.com/viaacode/metadata-quality-assessment/blob/master/src/main/java/be/meemoo/CSVResultWriter.java
This will significantly simplify the Calculator and improve maintainability/extensibility of reading and writing any data format. My two cts ;)
@mielvds Can I copy your classes?
go ahead!