Go to documentation repository
To check working of the created template use the ParserTest.exe utility.
Template is checked as follows:
If template is correct, than names of fields which will be loaded to database and their values will display in the Result field. Otherwise, the template is failed.
Note
Unnecessary spaces in begin of strings, signs of string end, etc. can be errors. Template from example in the figure:
«(?P<check_id>[%number%]{6}) pos 06 »
from the figure in the Creating a parser section is transformed the following way:
«(?P<check_id>[%number%]{6})\s*pos 06».
Spaces are changed to "\s" to avoid errors of spaces number.
Note
For examples from figures, replace the template to the Receipt prolog section. Other receipt sections are adding in the same way.