Documentation Index

Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt

Use this file to discover all available pages before exploring further.

Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Parquet Row Iterator

Prev Next

Step Details

Introduced in Version9.29
Last Modified in Version---
LocationData > Parquet

The Parquet Row Iterator step allows for batch processing on Parquet files. Like a Subflow, it requires another Flow that will perform the desired actions. This Step is similar to the Run Flow for List Step. Note that this step will only work for Parquet files.

This article describes all the Step Properties to use to iterate rows of a Parquet File.


Properties

Settings

NameDescription
TypeThe elements to be iterated on in the Parquet file.
Use File Row Group SizeIf enabled, the actual number of rows in the file will be iterated on instead of a custom batch size.
Batch Row SizeThe custom number of rows in the Parquet file to be iterated on.
Iterator FlowThis is the Flow that will perform whatever action is required to the Parquet file.

Input Data

These properties need to be configured for the new file to be created properly.

PropertyDescriptionData Type
File InputThe Parquet file to be used by the Step during whatever action is required.
FileReference

Outputs

PropertyDescriptionData Type
ErrorAn optional error message to be displayed if the Step encounters an error. This will not display if the step runs correctly.String


Step Changes

DescriptionVersionDateDeveloper Task
Added the Parquet Row Iterator step.
9.29
July 2026DT-047833