<flatfile_application_name>_dt | Document Structure conforming to the Document type created for the corresponding application of this operation. | |
spacePad | String Optional. How to position the records in the flat file. | |
signalError | String Whether to create errors in the output. | |
noEmptyTrailing Fields | String Whether trailing empty fields are to be removed from the output. Used only with records that have delimited fields. | |
noEmptyTrailing SubFields | String Whether trailing empty subfields are to be removed from the output. Used only with records that have delimited fields. If no value is specified for the noEmptyTrailingSubFields parameter, Integration Cloud uses the value set for the noEmptyTrailingFields parameter. | |
delimiters | Document Optional. The separator characters used to construct the output string. To specify a delimiter, you can specify: One character or character representation (for example, *, \n for line terminator, \t for tab) | |
Value | Description | |
record | String Character to use to separate records. If you want to specify the two–character carriage return line feed (CRLF) characters, specify \r\n. | |
field | String Character to use to separate fields. | |
subfield | String Character to use to separate subfields. | |
release | String Character to use to ignore a record, field, or subfield delimiter in a field. If a release character occurs in a field or subfield before the delimiter, it will be prefixed with release before being written to the output string. | |
quotedRelease | String Character to use to ignore a record, field, or subfield delimiter in a field. If a quoted release character occurs in a field or subfield before the delimiter, it will be prefixed with quotedRelease before being written to the output string. The string is pre- and appended with the quoted release character. For example, if * is a delimiter, the field value is a*b, and the quoted release character is “, the string appears as “a*b”. | |
FormatInfo | Document Any values mapped to the FormatInfo variable will be passed unmodified to all format operations invoked by convertDocumentToFlatFile and convertFlatFileToDocument. | |
outputFileName | String Optional. If you want the output returned in a file instead of in the string output variable, provide the name of the file you want created as a result of this operation. | |
Encoding | String The type of encoding used to write data to the output file. The default encoding is UTF–8. | |
sortInput | String Optional. Whether you want the operation to sort the input records to match the definition and structure of the Flat File Application. | |
returnAsBytes | Returns the document as a string or as a byte array instead of a string. |
string | String Data that represents the flat file document. |
bytes | Object If the input variable returnAsBytes is true, returns the output as a byte array encoded using the specified encoding. The string value is not returned. |
errorArray | Object String array containing messages pertaining to errors that occurred during conversion. |