ExtractDataToDelimitedFile Parameters

The parameters of ExtractDataToDelimitedFile are as follows:

ExtractDataToDelimitedFile Parameters
Name Semantics Type Valid Values Multiplicity
Direction: In
RelationshipDepth The depth of related records that are exported. long Any integer

Default value is 10.

0..1
Delimiter The delimiter for data in a file. The delimiter must be a single character. In case of multi-character string, the first character is used as delimiter. string Default value is a (,) comma. 0..1
TextQualifier The qualifier used to differentiate the field data from the delimiter. string Any valid text qualifier.

Default value is (") double quotes.

0..1
DataFileExtension An extension of the exported data files. string Any valid file extension.

Default value is CSV.

0..1
DateFormat The date format that is used to format date type attributes. Only valid Java date formats are supported.

For valid date formats, refer to

http://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html.

string Default value is the user date format. If user date format is empty, the yyyy-MM-dd format is used. 0..1
DropTempTables Specifies whether to drop temporary tables generated by the activity. boolean True and False.

Default value is true. If true is specified, the temporary tables are dropped.

0..1
BackwardCompatible Specifies whether the generated output is backward compatible.

If you want 8.0 backward compatible output, specify the value to true.

boolean True and False.

Default value is false. If you specify true, the generated output is backward compatible with 8.0.

0..1
InRecordList A record list that contains root records. recordlist Any valid record list.

No default value.

1
Direction: Out
OutDocument

(Optional)

Refers to the zipped file that contains exported data. See Common Parameters.      
Note: The ExtractDataToDelimitedFile activity also uses the VersionOption and RelationshipName parameters of the EvaluateSubset activity. These parameters are associated with the record collection that determine record version and related records to be exported. For more information, refer to EvaluateSubset Activity.