You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,7 @@ NOTE: Be sure to merge the latest from "upstream" before making a pull request!
112
112
| CultureInfo | string | The culture info to write the file with, e.g. for decimal separators. InvariantCulture will be used by default. See list of cultures [here](https://msdn.microsoft.com/en-us/library/ee825488(v=cs.20).aspx); use the Language Culture Name. <br> NOTE: Due to an issue with the CsvHelpers library, all CSV tasks will use the culture info setting of the first CSV task in the process; you cannot use different cultures for reading and parsing CSV files in the same process. |
113
113
| NeverAddQuotesAroundValues | bool | If set true csv's fields are never put in quotes |
114
114
| ReplaceNullsWith | string | Input's null values will be replaced with this value |
115
+
| ForceQuotesAroundValues | bool | Force quotes around all values |
0 commit comments