Skip to main content

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"
	}

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!