diff --git a/Product Manuals/Stream Descriptors/index.md b/Product Manuals/Stream Descriptors/index.md index f7c0533..5ce70e4 100644 --- a/Product Manuals/Stream Descriptors/index.md +++ b/Product Manuals/Stream Descriptors/index.md @@ -463,6 +463,9 @@ Parameter | Default | Description Separator | "\r\n" | The record separator SkipHeader | true | The CSV header present? SkipBlankLines | true | Ignore blank lines +NullValues | ["\N"] | A list of values to be interpreted as "null" +ParseFormulas | true | Interpret Excel-style formulas of the form =XXXX as strings "XXXX" +StripWhitespace | "all" | Remove leading/trailing whitespace ("all"/"leading"/"trailing"/"none") For example: ``` json @@ -486,6 +489,11 @@ Note that the following settings are not * "QuoteCharacter": (anything other than double quote) * "Delimiter": (anything other than comma) +The following settings are designed for CSV files exported from Excel: +* "NullValues": ["\N"] +* "ParseFormulas": true +* "StripWhitespace": "all" + ### Default envelope If the Envelope property is missing, the framing scheme is selected using the