The Separator element has the following attributes:
| Attribute Name | Description | Required |
|---|---|---|
| ignoreOnRead | True/False. Indicates whether this separator should be should or should not be accounted for when reading the file. It will always be written to the file | yes |
| string | Indicates the character or characters that should be used in this separator. A zero-length string means that a space should be used | yes |
| repeat | Indicates the number of times the value of string should be repeated in this separator | no |
The Separator element contains no other elements.