Browse Source

Added forceCsvQuoteChar option

master
Francesco Steccanella Stefan Bodewig 8 years ago
parent
commit
474d23b554
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      manual/Tasks/sql.html

+ 7
- 0
manual/Tasks/sql.html View File

@@ -262,6 +262,13 @@ and <b>abort</b> execution and transaction and fail task.</p>
ever occurs)</td>
</tr>

<tr>
<td width="12%" valign="top">forceCsvQuoteChar</td>
<td width="78%" valign="top">If true, quoting always occurs</td>
<td width="10%" valign="top">No, default is not set (i.e. quoting
occurs only where needed)</td>
</tr>

<tr>
<td valign="top">errorproperty</td>
<td valign="top">The name of a property to set in the event of an


Loading…
Cancel
Save