SDSlite icon indicating copy to clipboard operation
SDSlite copied to clipboard

CSV doesn't round-trip string `null` value.

Open vassilyl opened this issue 1 year ago • 0 comments

Repro:

  • Write a data set with Variable<string> that contains null element to a .csv file
  • Read the .csv file.

Observed: the element is string.Empty.

Expected: the element is null.

See also Empty_AddVariable_string test in SDSLiteTests/GenericFileTests.cs.

vassilyl avatar May 14 '23 14:05 vassilyl