<row_export> and <row_import> attributes

List of attributes for <row_export> and <row_import> command.

Note: Not all attributes are supported by both of the commands. See details in attribute description below.

boundary_separator

boundary_separator

Syntax

[boundary_separator = string]

May occur in

<row_import>

Description

Overwrites the boundary separator of the import format.

Remarks

none

debug

debug

Syntax

[debug = Boolean : false]

May occur in

<row_export> <row_import>

Description

Activates the logging of import/export-related traces, these are written using log level "info".

Remarks

none

field_separator

field_separator

Syntax

[field_separator = string]

May occur in

<row_import>

Description

Overwrites the field separator of the import format.

Remarks

none

format_name

format_name

Syntax

[format_name = string]

May occur in

<row_export> <row_import>

Description

The name of the import/export format to be used.

Remarks

none

input_file

input_file

Syntax

[input_file = string]

May occur in

<row_import>

Description

Overwrites the input file from the import format. If import data is specified as XML and an input file is specified in the format, it must be set to an empty string.

Remarks

none

output_file

output_file

Syntax

[output_file = string]

May occur in

<row_export>

Description

Overwrites the output file of the export format.

Remarks

none

record_separator

record_separator

Syntax

[record_separator = string]

May occur in

<row_import>

Description

Overwrites the record separator of the import format. If import data is specified as rows/row, it must be set to the linefeed character "&#10;".

Remarks