csv
csv copied to clipboard
CSV Reading and Writing
Results
22
csv issues
Sort by
recently updated
recently updated
newest added
Since [this run](https://github.com/ruby/csv/actions/runs/14426789844), test.yml seems hanging up and timed out with ruby head on Windows. But it's strange that #341 itself worked fine.
If we set the encoding when we call Table#to_csv we do not need to go row by row to determine the encoding to use. This allows the use of CSV#generate_lines...