csvreader
csvreader copied to clipboard
csvreader library / gem - read tabular data in the comma-separated values (csv) format the right way (uses best practices out-of-the-box with zero-configuration)
Results
2
csvreader issues
Sort by
recently updated
recently updated
newest added
Hello! So, `CsvRecord` fails on any record instance creation in Ruby 3+, hitting me with an `ArgumentError: wrong number of arguments (given 1, expected 0)`. I traced the issue to...
Will `csvreader` be updated to cleanly support Ruby 3.4 and its change to frozen strings? I just started working on upgrading my app to 3.4 and now my tests are...