Introduction:
This simple feature will allow you to take multiple fields and concatenate (merge) them into a single field.
Procedure:
- On the load file generation screen click the
near selected mappings, this will open up the field contents text box as seen in the above image.
- The syntax for this Custom Field is fields separated by brackets: [Field Name1] [Field Name2]
- After you are ready Click Add, this will create a row in the field mapping area.
- Click the blank area to name your new field.
Here are some useful examples from our users, please comment with any additional uses of this feature:
- To create a single field with a text path that exists in either of the tokens
- [EXPORTOCRFULLPATH] [EXPORTFILTTEXTFULLPATH].
- To create a single field with Volume number and the export Time
- [EXPORTVOLUME] [EXPORTTIME]
- To create a single field that contains BEGINDOC and ENDDOC with a dash in between (also known as BATESRANGE)
- [BEGINDOC]-[ENDDOC]
To create a single field with a text path that exists in either of the tokens
[EXPORTOCRFULLPATH] [EXPORTFILTTEXTFULLPATH].
Concatenation works but is not a solution for getting ocr and filter text to one .dat and one txt file . Otherwise the final product is incomplete. Is there a way to do this get a production set complete? Heres what you get:
000001\Text\000003\pre0002876.txt000001\Text\000003\pre0002876.txt
Hows that supposed to load?