jTaylo99 / kolumnextractor

A data extractor designed around building your requirements and easily extracting and verifying your data.
4 stars 8 forks source link

Implement the Data and DataContainer classes into reading a CSV. #6

Closed jTaylo99 closed 1 year ago

jTaylo99 commented 2 years ago

When reading a CSV, we should have our custom objects (Data, DataContainer, Validator) integrated so users can easily provide their requirements.

jTaylo99 commented 2 years ago

This is a pretty major implementation and will be a core part of the package so testing (or at least a base to work off for testing) would be good too.

jTaylo99 commented 1 year ago

Resolved in #15