- [IMPROVEMENT] Add support for using a separator besides comma, through the
separator:
argument. Defaults to comma if not supplied.
- [BUGFIX] Fix another scoring issue
- [BUGFIX] Fix another scoring issue
- [BUGFIX] Remove debug information from option output
- [IMPROVEMENT] Add debug option to display scoring info
- [BUGFIX] Fixed scoring for comma separated numbers
- [IMPROVEMENT] Add scoring model to better handle cases that needed prompting before, like comma-separated numbers
- [IMPROVEMENT] Correct line escaping even on lines that don't have incorrect commas to ensure correct parsing of generated CSV down the line
- [IMPROVEMENT] Use ruby csv library to generate lines instead of handling escaping cases manually
- [BUGFIX] handle case where all columns are equal widths
- [BUGFIX] Improve error message
- [IMPROVEMENT] simplify slicing #1 (AlexMooney)
- Initial Release