Table of Contents

Create Parquet file as byte array

Creates a Parquet file from a DataReader or DataTable and returns the result as a byte array.


Example

Return value used:

Parquet As Byte Array1


Properties

Name Required Description
Title No The title for the create action.
Source Yes Specifies the source of the data, which can either be a DataReader or DataTable.
Result variable name No The name of the variable you can use to reference the byte array in other actions.
Description No Additional notes or comments about the action or configuration.

Returns

Returns the Parquet file serialized as a byte array


Parquet As Byte Array2