Delimiters

Hi,
When using delimiters in cell splitter I found examples using \n or \t, but I cannot find documentation about types of delimiters or when and why use them. Can anyone please help me?

image

Here are the most common codes:

" – double quote
\ – single backslash
\a – bell/alert
\b – backspace
\r – carriage return
\n – newline
\s – space
\t – tab

4 Likes

Thank you very much!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.