Comma7Io.writeExp Method
Writes the content of a container to the file.
Syntax
public boolean writeExp(container data)
Run On
Called
Parameters
- data
Type: container
The container with data for the record.
Return Value
Type: boolean
true if the operation succeeds; otherwise, false. If it fails, check the status for the cause.
Remarks
The entries in the container are treated as fields. The container is treated as a full record.
Fields are separated by the delimiter that is specified by using the outFieldDelimiter method. Records are separated by the delimiter that is specified by using the outRecordDelimiter method.