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

Parquet Deserialize

Prev Next
Step Details
Introduced in Version9.11
Last Modified in Version--
LocationData > Parquet

The Parquet Deserialize step extracts values from a parquet file and converts the values into a data structure defined by the User. 


Properties

Parameters

PropertyDescriptionData Type
TypeAllows Users to select a defined data structure. --

Inputs

PropertyDescriptionData Type
Parquet FileAllows Users to upload a Parquet file. File Data

Outputs

PropertyDescriptionData Type
OutputThe Ouput of the step is the deserialized output of the uploaded Parquet file. String

Error

PropertyDescriptionData Type
Error MessageIf an error occurs an error message will be displayed. String


Example Inputs and Outputs

Inputs: {
Id: 
FileName: 
Length: 
FileType: 
}
}

OUTPUTS: [
0: {
path:
data: {
Output: [
0: {
PassengerId: 
Survived: 
Pclass: 
Name: 
Sex: 
Age: 
SibSp: 
Parch: 
Ticket:
Fare: 
Cabin: 
Embarked: 
}

1: {
PassengerId: 
Survived: 
Pclass: 
Name: 
Sex: 
Age: 
SibSp: 
Parch: 
Ticket: 
Fare: 
Cabin: 
Embarked: 

Step Changes

DescriptionVersionDateDeveloper Task
Added the Parquet to List Mapping step, that will change a Parquet file to a List.
9.11May 2025DT-044204