mukunku / ParquetViewer

Simple Windows desktop application for viewing & querying Apache Parquet files
GNU General Public License v3.0
754 stars 91 forks source link

Path Separator issue #2

Closed Sudhir87 closed 5 years ago

Sudhir87 commented 6 years ago

Hi,

I would like to understand what are the special characters used for path separator as I am getting the below error? Attaching the column list for your reference. Kindly assist.

image

Lead_Test1.zip

mukunku commented 6 years ago

This issue also looks like it's coming from the Parquet.Net library. You'd most likely have to open a ticket over there: https://github.com/elastacloud/parquet-dotnet

But basically it is saying that you cannot have fields with commas (,) in the name. Please check your parquet file for any such fields.

mukunku commented 5 years ago

Closing this issue as "Will not be fixed"