Details
Description
When trying to read from external sources, like a wiki, some characters like "|" may be reserved and we need to allow for use of others.
The parser should allow configuration of other column separators when parsing tables.
When trying to read from external sources, like a wiki, some characters like "|" may be reserved and we need to allow for use of others.
The parser should allow configuration of other column separators when parsing tables.
Made table column separator configurable. Parser retrieves configuration via keywords, like any other configurable element used in parsing.
Updated i18n trader example to show it in action.