Skip to content

Fix csv export/import

Tobias Haase requested to merge fix_csv into main

Merge Request

Breaking Changes

CSV exports no longer use double quotes around all values, but only when necessary

Description

  • CSV imports are aware of the data type of a value
  • Add CSV Integration Tests
  • CSV exports no longer use double quotes around all values, but only when necessary

Checklist

  • The code compiles without any warnings.
  • I followed the code review checklist.
  • The documentation has been added/updated.
  • There are no System.out.println() statements.

Related Issues

Edited by Tobias Haase

Merge request reports