Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Jan 3, 2025
1 parent 7d68a5b commit f242a29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/9.0/connections/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,4 @@ The library comes bundled with the following stream filters:
- [RFC4180Field](/9.0/interoperability/rfc4180-field/) stream filter to read or write RFC4180 compliant CSV field;
- [CharsetConverter](/9.0/converter/charset/) stream filter to convert your CSV document content using the `mbstring` extension;
- [SkipBOMSequence](/9.0/connections/bom/) stream filter to skip your CSV document BOM sequence if present;
- [CallbackStramFilter](/9.0/connections/callback-strean-filter/) apply a callback via a stream filter.
4 changes: 2 additions & 2 deletions docs/_data/menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ version:
Document Loading: '/9.0/connections/instantiation/'
Character Controls: '/9.0/connections/controls/'
BOM Sequences: '/9.0/connections/bom/'
Stream Filters: '/9.0/connections/filters/'
Document output: '/9.0/connections/output/'
Stream Filters: '/9.0/connections/filters/'
Callback Stream Filter : '/9.0/connections/callback-stream-filter/'
Inserting Records:
Writer Connection: '/9.0/writer/'
Bundled Helpers: '/9.0/writer/helpers/'
Expand All @@ -27,7 +28,6 @@ version:
Force Enclosure : '/9.0/interoperability/enclose-field/'
Handling Delimiter : '/9.0/interoperability/swap-delimiter/'
Formula Injection : '/9.0/interoperability/escape-formula-injection/'
Callback Stream Filter : '/9.0/interoperability/callback-stream-filter/'
Converting Records:
Overview: '/9.0/converter/'
Charset Converter: '/9.0/converter/charset/'
Expand Down

0 comments on commit f242a29

Please sign in to comment.