Escape quotations in CSV imports properly (#1929)

* Parse quotes in imports

* Update invalid CSV for test
This commit is contained in:
Zach Gollwitzer
2025-02-28 12:21:07 -05:00
committed by GitHub
parent 7c66f16750
commit 4d0df9b950
3 changed files with 15 additions and 12 deletions

View File

@@ -1,3 +1 @@
name,age
"John Doe,23
"Jane Doe",25
name,description,amount,currency
Can't render this file because it contains an unexpected character in line 3 and column 1.