Age | Commit message (Collapse) | Author | Files | Lines |
|
Allow the separator and quote characters to be specified.
|
|
If we can read .csv files with \n embedded in the middle of entries,
we should be able to generate them too, for others to marvel at the
braindamage of such a format.
|
|
Add support for creating a csv file from an existing array of hashes
|
|
The 0.10 distfile was not correctly updated. Bump version to 0.11 to
ensure we really know which version we are using
|
|
Fix a couple of glitches with loading/saving files with entries
containing ""
|
|
- Handle .csv files with any combination of unquoted fields, quoted
fields with embedded newlines, fields ending in ", embedded "\n
strings (the most fun), all on the same line.
- Vow to hunt down and kill anyone producing such files.
|
|
Add new method 'linenolable' to retrieve the label for the linenumber
Rename 'entries' to 'rows' (leaving entries as a synonym)
|
|
Avoid uninit warnings for zero length .csv files
|
|
Correctly handle commas and other fun in column headings when writing
out csv files.
|
|
Implement name_row_offset option.
|
|
|