Tab Delimited Data Formatter: Field delimiters and behavior of compound import fields

Compound Fields

Compound fields contain subsets of data.

Some of these fields also contain multiple sets of data within these subsets.

These fields use a pipe character (|) to separate the subsets of data - that is, the character that separates elements of a compound field.

The Tab Delimited Data Formatter uses a semicolon (;) to separate items within a subset.

For example, the Related Records field:

A record may have multiple related records associated with it. Each related record consists of two elements:

  • Number
  • Relationship Type

The Tab Delimited Data Formatter separates these elements by the semicolon (;) and each related record by a pipe (|) character.

Therefore, a Related Records field will appear as follows:

IsAltIn;2000/05225-02|ContainsClause;G2007/0019|ContainsClause;G2007/0021|RedactionOf;G2007/0016|IsRelatedTo;1985/05109

Compound Fields and their data fields