Developer Portal
4.1 Delimiter
Field | Name | Description | Type | Min Length | Max Length |
---|---|---|---|---|---|
1 | command | Must be ‘delimiter’ request name is case insensitive | Alpha | N/A | N/A |
2 | delimiter | A field delimiter used for all remaining lines in the file. The delimiter can contain any ASCII character. For readability the following characters can be escaped: tab → “\t” space → “\s” back slash → “\\” examples ( tab + comma ) = “\t,” ( pipe ) = “|” | any | 1 | 4 |