ChoETL
ChoETL copied to clipboard
ETL framework for .NET (Parser / Writer for CSV, Flat, Xml, JSON, Key-Value, Parquet, Yaml, Avro formatted files)
Hello, I tried to parse a Json with this content: `{ "fruit":[ { "name":"Apple", "binomial name":"Malus domestica", "major_producers":[ "China", "United States", "Turkey" ], "nutrition":{ "carbohydrates":"13.81g", "fat":"0.17g", "protein":"0.26g" } }, {...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Exception: Method not found: 'System.Func`2 ChoETL.ChoFileRecordConfiguration.get_RecordSelector()'. It does not happen in the version 1.2.1.22, just in newer versions. The exception is raised in any conversion, a sample code, is provided...
Hi @Cinchoo , I'm using your lib ChoETL.NETStandard ver 1.2.1.48-beta2 for flattening my json string: ``` { "id": "123456789", "TimeRanges": [ [ 0, 24 ], [ 1,2 ] ] }...
Code fix for Issue #204 - Instantiate new ExpandoObject reference in every IDataReader Road() loop - Don't reuse this object reference as it results in all `private List _records` in...
I am trying to read a simple NET Core project file that has several PackageReference blocks in it. I copied the syntax of the blocks from a project file that...