Skip to content

Commit

Permalink
Adding SkipBOMSequence filter to fix #483
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Feb 3, 2023
1 parent f380964 commit 7eacbcb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/9.0/connections/bom.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,5 @@ $csv->addStreamFilter(SkipBOMSequence::getFiltername());
// iterable on the CSV document will skip the BOM sequence
```

<p class="message-warning">
Once the filter is applied , the <code>Reader</code> class looses any information regarding its
Document BOM sequence. <strong>The sequence is still be present but the instance is no longer able to detect it</strong>.
</p>
<p class="message-warning">Once the filter is applied , the <code>Reader</code> class looses any information regarding its
Document BOM sequence. <strong>The sequence is still be present but the instance is no longer able to detect it</strong>.</p>

0 comments on commit 7eacbcb

Please sign in to comment.