When trying to import a CSV file that has data with escaped commas, you get extra columns.
name,description
Test,"Hi, this doesn't work"
The table is built with two columns like this:
name | description
-----+--------------------
Test | Hi, this doesn't work
We get an extra column like this:
name | description |
-----+-------------|------------------
Test | Hi | this doesn't work
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too