Skip to content

Releases: simvia-tech/csauto

Release list

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Jul 14:16

Fix DOE CSV parsing to tolerate whitespace around headers and values.

Added

Fixed

  • DOE CSV files with spaces around delimiters (e.g. after a comma) or leading/trailing whitespace on headers and values are now parsed correctly; whitespace is stripped before column matching and value casting, while spaces inside quoted values are preserved.