Skip to content

Commit

Permalink
documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalcek committed Dec 20, 2023
1 parent c5f9327 commit 81f483d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ note: CSV file must be **[RFC4180](https://datatracker.ietf.org/doc/html/rfc4180
- mt940 returns simple struct (Header,Fields,[]Transactions) of strings and additional parsing needs to be done in template. This allows full flexibility on data processing
- Identifiers are prefixed by **"F_"** (e.g. **:20:** = **.Fields.F_20**)
- if parameter -d (delimiter -d "$") is defined for files with multiple messages (e.g. - Multicash), app returns array of mt940 messages. Delimiter is automaticaly enclosed by new lines "\\r\\n\$\\r\\n".
- Note: This is actually good place to use integrated [LUA interpreter](bafi/#lua-custom-functions) where you can create your own set of custom functions to parse data and easily reuse them in templates.
- Note: This is actually good place to use integrated [LUA interpreter](/bafi/#lua-custom-functions) where you can create your own set of custom functions to parse data and easily reuse them in templates.

- command
```sh
Expand Down

0 comments on commit 81f483d

Please sign in to comment.