-
Better Header Handling Stable
released this
2022-08-17 11:28:56 +02:00 | 25 commits to main since this releaseWhat's new?
- A much better handling of the Headers in the CSV files replaces invalid characters with underscores, and checks for reserved names.
- A new decorator parameter allows you to map Column Names to variable names, just in case you cannot or don't want to change your CSV file.
- The documentaion features a more complex example now. See
README.md
.
Will it break my tests?
Maybe. If you used reserved names as variable names, you might run into trouble. If not, everything should be fine.
Downloads