When you specify some File URL, you also need to decide how the following attributes should be set:
Append
It is very important to decide whether the records should be
appended to the existing file (Append) or
whether the file should be replaced. This attribute is set to
false
by default ("do not append, replace the
file").
This attribute is available in the following Writers:
Trash (the Debug append attribute)
CSVWriter
CloudConnectDataWriter
XLSDataWriter (the Append to the sheet attribute)
StructuredDataWriter
XMLWriter
Create directories
If you specify some directory in the File
URL that still does not exist, you must set the
Create directories attribute to
true
. Such directory will be created.
Otherwise, the graph would fail. Remember that the default value
of Create directories is
false
!
This attribute is available in the following Writers:
Trash
CSVWriter
CloudConnectDataWriter
XLSDataWriter
StructuredDataWriter
XMLWriter
Exclude fields
You can use this attribute to exclude the values of some fields from writing. This attribute should be created using a key wizard and it is used to specify the fields that should not be written to the output. Its form is a sequence of field names separated by semicolon. For example, if you part your output into more files using Partition key, you can specify the same fields whose values would not be written to the output files.
CSVWriter
XLSDataWriter