Composite Intput Fields

TextConverter has the powerful feature of creating composite output fields.

TextConverter has the powerful feature of creating composite output fields. This means that you can take a single input field and divide it very quickly into multiple output fields.

Two popular uses of composite output fields are for addresses and names. Parsing is automatic.

Addresses: Right click on an input field that contains a US address and choose "Add address block" - individual fields for Address 1, Address2, City, State, Zip, and Country will appear in the output dictionary

Names: Right click on an input field that contains a person's name and choose "Add name block" - individual fields for FName (first name), LName (last name), MName (middle name), PName (name prefix), and SName (surname) will appear in the output dictionary

In this sample, we will take the EZPass Statement, which we used in the "Tag-based Multi-line Template" sample, and turn the extracted address field into composite output fields.

We will start from where we left off in the "Tag-based Multi-line Template" sample.

Creating a composite field:

Congratulations, you have created a composite output field!

Back (Field Customization)