mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
Don't trim CSV records
This commit is contained in:
parent
1a115f7287
commit
7bb423f72e
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ fn deserialize_csv(
|
|||
.flexible(true)
|
||||
.comment(Some(b'#'))
|
||||
.delimiter(delimiter.byte())
|
||||
.trim(csv::Trim::All)
|
||||
.from_reader(reader);
|
||||
deserialize_csv_reader(&mut csv_reader, columns, fields_len, is_html)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue