I have a flow that needs to read a parquet file from S3 (tFileInputParquet) and then parse some data from it. That parsed data will be used to loop through a process (tFlowToIterate) -> (tRest) -> (etc).
How do I parse the parquet file?
Any suggestions? Even an example or how to article?
If tExtractDynamicFields, then how do I break out the columns?