For CSV data, you can use any of the following most common column delimiters:
- Comma (,)
- Pipe (|)
- Semicolon (;)
- Asterisk (*)
- Space
- Tab
You can also use any of the following most common row delimiters:
- CR (\r): Carriage return.
- CRLF (\r\n): Carriage return or line feed.
- LF (\n): Line feed.
You can't send a pipe-delimited CSV through an integration that's been configured to process tab-delimited data. Make sure your flow is configured with the correct delimiter for any given CSV file to be processed.