CSV Multi-line field support?

Is there any support for CSV’s with multiline fields? The fields are quoted, but it would appear this isn’t a supported encoding.

Do you have an example showing the issue?

Yeah so we realized the fields in the CSV has some decimal fields which we had as int on the C# type, this resulted in a “Input string was not in a correct format” exception which we incorrectly blamed on the multi-line aspect. Once we corrected our type mapping, it works perfectly.

1 Like