| Step Details |
| Introduced in Version | 9.11 |
| Last Modified in Version | -- |
| Location | Data > 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
| Property | Description | Data Type |
|---|
| Type | Allows Users to select a defined data structure. | -- |
Inputs
| Property | Description | Data Type |
|---|
| Parquet File | Allows Users to upload a Parquet file. | File Data |
Outputs
| Property | Description | Data Type |
|---|
| Output | The Ouput of the step is the deserialized output of the uploaded Parquet file. | String |
Error
| Property | Description | Data Type |
|---|
| Error Message | If 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
| Description | Version | Date | Developer Task |
|---|
Added the Parquet to List Mapping step, that will change a Parquet file to a List.
| 9.11 | May 2025 | DT-044204
|