Row Separator
Select from the list of row delimiters.
value |
Description |
{CR}{LF} |
Rows are separated by a combination of carriage returns and newline characters. |
{CR} |
Rows are separated by carriage returns. |
{LF} |
Rows are delimited by line breaks. |
semicolon {;} |
Rows are separated by semicolons. |
Colon {:} |
Rows are delimited by colons. |
comma {,} |
Rows are separated by commas. |
tab {T} |
Rows are delimited by tabs. |
vertical Bar {|} |
Rows are separated by a vertical bar. |
Column Separator
Select from the list of column separators.
value |
Description |
{CR}{LF} |
Columns are separated by a combination of a carriage return and a newline character. |
{CR} |
Columns are separated by carriage returns. |
{LF} |
Columns are delimited by line breaks. |
semicolon {;} |
Columns are separated by semicolons. |
Colon {:} |
Columns are delimited by colons. |
comma {,} |
Columns are separated by commas. |
tab {T} |
Columns are delimited by tabs. |
vertical Bar {|} |
Columns are separated by a vertical bar. |