Cinchoo / ChoETL

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

JSON, XML and YAML #302

Open Paliscope opened 1 year ago

Paliscope commented 1 year ago

Hi

I am trying to use the ChoETL.ChoYamlReader(FilePath) and also use the same for ChoXmlReader and ChoJSONReader depending on the in data.

But when I add the nuget packages for YAML I get the ambigous namespace issue..

Which nuget package(s) should I install to make all work?

Cinchoo commented 1 year ago

uninstall all packages from your project.

Just add this package https://www.nuget.org/packages/ChoETL.Yaml, which installs all dependencies.