> This feature allows you to import a field hierarchy relationship from a CSV (comma delimited) file.
Parent:
Child:

You need to select one of the following formats which will match the data in your CSV file.
Single Relationship Rows Example:
Parent1 Child1A Child1B ...
Parent2 Child2A Child2B ...
...
Full Relationship Rows Example (First line headings must match field names of parent/child) :
Parent Field Name Child Field Name
Parent1 Child1A
Parent1 Child1B
Parent2 Child2A
Parent2 Child2B
...
Add any new values to parent/child fields
- Clear current parent/child field values before import
- Trim whitespace characters from imported values (e.g., " TEST " -> "TEST")