When submitting a file, it is important to specify the correct delimiter used in the file. If no delimiter is provided, the default pipe separator " | " will be used.
The following delimiters are supported for separating values in input files.
- Pipe " | " (default)
- Comma " , "
- Semicolon " ; "
- Tab " \t "
If your file uses a delimiter other than the default pipe separator " | ", you must specify the delimiter in the request body.
Sample Request
Below is a sample request body showing usage of semicolon delimiter :
{
"fileId": "82390015-19b2-40bd-8f00-e3d705af9885",
"delimiter": ","
}