From 7eacbcb53b674c1499b547190831c69a12a3a0eb Mon Sep 17 00:00:00 2001 From: ignace nyamagana butera Date: Fri, 3 Feb 2023 17:19:00 +0100 Subject: [PATCH] Adding SkipBOMSequence filter to fix #483 --- docs/9.0/connections/bom.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/9.0/connections/bom.md b/docs/9.0/connections/bom.md index 25d7c27d..5d4bfcd8 100644 --- a/docs/9.0/connections/bom.md +++ b/docs/9.0/connections/bom.md @@ -152,7 +152,5 @@ $csv->addStreamFilter(SkipBOMSequence::getFiltername()); // iterable on the CSV document will skip the BOM sequence ``` -

-Once the filter is applied , the Reader class looses any information regarding its -Document BOM sequence. The sequence is still be present but the instance is no longer able to detect it. -

+

Once the filter is applied , the Reader class looses any information regarding its +Document BOM sequence. The sequence is still be present but the instance is no longer able to detect it.