In some cases the source files are in Parquet format (binary) and need to be converted to CSV text format in order to read them as part of a process flow. Use the attached converter in a Native Call and run the converter to convert parquet files into text files in a folder.
Example showing how to run the exe in command line:
c:\data\parquet>ParquetToCSV.exe trendmicroEvents.parquet trendmicro.csv
trendmicroEvents.parquet
trendmicro.csv
c:\data\parquet>
Link to download exe.
Comments
0 comments
Article is closed for comments.