A script-enabled browser is required for this page to function properly.

DELIMITER command line keyword

DELIMITER specifies the character(s) to use to separate the cells in your report output.

The executables that can use this keyword are:

rwbuilder no
rwrun yes
rwclient yes
rwcgi yes
rwserver no
rwservlet yes
rwconverter no

Syntax

DELIMITER=value

Values

Definition

value

Any alphanumeric character or string of alphanumeric characters.

,

A comma separates each cell

.

A period separates each cell

Any of these reserved values:

tab

A tab separates each cell
(default)

space

A single space separates each cell

return

A new line separates each cell

none

No delimiter is used

Escape sequences based on the ASCII character set, such as:

\t

A tab separates each cell

\n

A new line separates each cell

Usage notes

Example

DELIMITER=, CELLWRAPPER="

Results in the following table row:

 

SMITH

JOHN

LEE

37823

 10/14/98

 PROGRAMMER

 

being output as follows:

 

"SMITH","JOHN","LEE","37823","10/14/98","PROGRAMMER"

See also

Command line keywords

Using the command line

Running a report from the command line