The Splitting Lines function enables you to split lines during the parsing process. You would do this when two logical address lines are stored in one physical line; splitting them into two physical lines usually produces better results.
- Example
-
Line 1: WILLIAM MURPHY Line 2: 60 ORCHARD RD WILMINGTON OH The Parser would not be able to parse line 2 correctly because it contains both street and geographic information. If line 2 is split like the following, then the Parser would be able to parse the lines correctly.
Line 1: WILLIAM MURPHY Line 2: 60 ORCHARD RD Line 3: WILMINGTON OH
After you create Join/Split/Set rules, you can delete or arrange them in the desired execution order. The rules are processed from top to bottom in the order shown in the list.
When you delete Join/Split/Set rules, they are not removed entirely from the process. Deleting will simply remove the rule from the condition associated with it so that the rule will not be executed. A "deleted" rule still exists in the process and can be reused by using the Add > Existing option. If you want to remove transformation rules completely from the process, you must use the Remove Unused Operations option.
To split CDP input lines