Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs_adaptors.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h3>3. Summary</h3><table border>
<tr>
<td><div class="code">deletions</div></td>
<td>yes</td>
<td>If set to "true", use the first field of the input file to distinguish between rows for insertion and rows for deletion. A 0 in the first column triggers a deletion event. A 1 in the first column triggers an inertion event. The first column is stripped off of the record before further parsing is performed.</td>
<td>If set to "true", use the first field of the input file to distinguish between rows for insertion and rows for deletion. A 0 in the first column triggers a deletion event. A 1 in the first column triggers an insertion event. The first column is stripped off of the record before further parsing is performed.</td>
</tr>

<tr><td rowspan="3">Order Book</td>
Expand Down