csv
csv copied to clipboard
Increase speed of Table#to_csv
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 as a faster exporter.
Add a single_encoding option to Table#to_csv to use the encoding of the first row of the table as the encoding.