ITADN
ruby/csv/Issues

Increase speed of Table#to_csv

#348Pull Requestwishdev 创建于 2025-07-02
W
wishdevcommented
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.
合并状态:未合并 11 条评论