Embedded Driver's License Parsing ADF Example
Embedded Driver's License Parsing ADF Example
View content for :
Platform:

Embedded Driver's License Parsing ADF Example

This example creates a parsing rule for parsed data.
The parsing rule configures the data in the following format:
Last Name, First Name
1 - Begin New Driver’s License Parse Rule
2 - Last Name
3 - Send ,
4 - Send Space
5 - First Name
6 - Save Driver’s Licence Parse Rule
Then, in order to limit the full name to 15 characters, create the following ADF rule:
1 - Begin New Rule
2 - Criterion: Parsed Driver's License
3 - Action: Send Next 15 Characters
4 - Save Rule
For a license belonging to Michael Williams, the parsed data is Williams, Michael and Williams, Micha after applying the previous ADF rule.