Skip to content

1.1.3 - CSV parsing upgrades

Choose a tag to compare

@OvidijusParsiunas OvidijusParsiunas released this 01 Feb 14:42
· 32 commits to main since this release

The table is now better at parsing CSV content that is separated by double quotes. E.g. if the user inserted the following:
Test,"Hi, this doesn't work"

Result
Before:
Test | Hi | this doesn't work
Now:
Test | "Hi, this doesn't work"

This has been implemented for CSV file uploads and CSV pasting.