Closed lweides closed 11 months ago
Option A: implement custom .csv reader Option B: use known tool
"Would also be nice to compare this to a very bare-bone .csv reader, which reads the records one at a time. But don't change your implementation now, just as a thought for afterwards" ~https://github.com/lweides/column-store/pull/28#discussion_r1405458223
Can this be closed?
depends if we want to implement the "barebone csv Reader" later on. I would say we could close it for now and if we decide to add this reader we just re-open this issue
Implement the API (#9, #10) for
.csv
files (which are row-stores)Make sure the implementation is well tested and testable.
Maybe some test cases can be general, and not specific to the
.csv
implementation.