Cinchoo / ChoETL

ETL framework for .NET (Parser / Writer for CSV, Flat, Xml, JSON, Key-Value, Parquet, Yaml, Avro formatted files)
MIT License
746 stars 134 forks source link

How to use the Deserialize static method from ChoCSVReader #279

Closed WolfAlvein closed 1 year ago

WolfAlvein commented 1 year ago

Hi Cinchoo, sorry to disturb you with this, but would you mind helping me with an example on how to use the ChoCSVReader Deserialize method, here is the data I'm trying to deserialize and the class that it needs to be deserialized into:

Data

WolfAlvein commented 1 year ago

I was able to finally get the Deserialize method to work, it's perfect for what I need. Thank you.