-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored CSVReader/first-class support for handling variable column…
… rows (#80) * Refactored ParseFlags out of CSVReader * Got most tests to pass after refactoring feed() out * CSV guessing is now independent of CSVReader * Move guess_format() function definition * Update single header file * Ignore zero-length rows when guessing * Attempt to fix Linux issue wrt empty rows * Refactored ParseFlags out of CSVReader * Got most tests to pass after refactoring feed() out * CSV guessing is now independent of CSVReader * Move guess_format() function definition * Update single header file * Ignore zero-length rows when guessing * Attempt to fix Linux issue wrt empty rows * Regenerated single header files after rebase from master * Refactored get_col_names() * Refactored write_record implementation * Simplified write_record() even more * Got rid of write_record() * Refactored ColNames * Fixed the dumbest bug ever * No more CSVCollection * Got rid of bad row handler * Simplified CSVReader attributes * Update csv_reader.cpp * Code clean up + renaming * Removed error message for unescaped single quote * CSVStat tests pass again * Added some small optimizations * Simplified CSVRow implementation * Update csv_reader.cpp * Added ability to accept/reject/ignore variable length columns * Fixed warnings * Updated README * Added too short/too long distinction * Update README.md
- Loading branch information
1 parent
de1fa1d
commit cd78068
Showing
26 changed files
with
2,099 additions
and
2,087 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.