What are the delimiter values for the Import Activities REST API?
The default value of delimiter is COMMA_DELIMITER. The other valid values are:
Name | Description |
---|---|
COMMA_DELIMITER | Indicates the comma delimiter. |
OTHER_CARET |
Indicates the caret symbol delimiter. |
OTHER_COLON | Indicates the colon delimiter. |
OTHER_CLOSING_CURLY_BRACKET |
Indicates the closing curly bracket delimiter. |
OTHER_CLOSING_PARENTHESIS | Indicates the closing parenthesis delimiter. |
OTHER_CLOSING_SQUARE_BRACKET | Indicates the closing square bracket delimiter. |
OTHER_EXCLAMATORY | Indicates the exclamatory mark delimiter. |
OTHER_MINUS |
Indicates the minus delimiter. |
OTHER_OPENING_CURLY_BRACKET | Indicates the opening curly bracket delimiter. |
OTHER_OPENING_PARENTHESIS | Indicates the opening parenthesis delimiter. |
OTHER_OPENING_SQUARE_BRACKET |
Indicates the opening square bracket delimiter. |
OTHER_PIPE |
Indicates the pipe delimiter. |
OTHER_PLUS |
Indicates the plus delimiter. |
OTHER_QUESTION_MARK |
Indicates the question mark delimiter. |
OTHER_STAR |
Indicates the star symbol delimiter. |
OTHER_TILDE |
Indicates the tilde symbol delimiter. |
SEMI_COLON_DELIMITER |
Indicates the semicolon delimiter. |