Please enable JavaScript to view this site.

ESL Documentation

Configuration Command

Set the record separator for subsequent queries.

rs [CHAR] 

CHAR 

Any single character (including ASCII control characters) or one of the following:

\n

newline (the default)

\t

tab

\\

backslash

If you omit CHAR, the record separator is set to none. This means that no record separator will be output, not even the default.

Example

send "rs \\n\n" to SQL