Skip to content

0.8.4 - CSV columns are no longer forced to lowercase

Choose a tag to compare

@neomatamune neomatamune released this 21 Oct 12:43
· 117 commits to main since this release

No more lowercase when importing CSV column names

broken-gif

The sanitization column for CSV loading kept a call to "lower" function left from a testing period, it got removed, now issues with column names will be tied to user inputs.

Full Changelog: 0.8.3...0.8.4