Table of Contents

Create Parquet file as stream

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

Example

Using data table as Source:

img


Returns

Stream


Properties

Name Type Description
Title
Source Required Specifies the source of the data, which can either be a DataReader or DataTable.
Result variable name Required The name of the variable you can use to reference the Stream in other actions.
Description Optional Additional notes or comments about the action or configuration.

img