tFileOutputParquet example
In the following example, the tFileOutputParquet component is configured to perform Snappy compression on the output data and write the output data to /data/employees. If the specified file already exists, it will be overwritten.
setSettings {
FILENAME : "\"/data/employees\"",
FILE_ACTION : "OVERWRITE",
COMPRESSION : "SNAPPY"
}