ChoETL
ChoETL copied to clipboard
ETL framework for .NET (Parser / Writer for CSV, Flat, Xml, JSON, Key-Value, Parquet, Yaml, Avro formatted files)
I have these lines of code : ```C# var jsonData = new JArray(); var reader = new ChoParquetReader(stream) .Configure(c => c.ThrowAndStopOnMissingField = false) .Configure(c => c.NestedKeySeparator = '/'); foreach (var...
hi @Cinchoo ,do you hava plan to support hl7 ?
ID,TIN,PROVIDER,NEIGHBOR,DRIVERNO,DRIVERNO2,LASTNAME,FIRSTNAME "","052965646","1760638008","BRYAN, RICKY","898082","899082","LO"PEZ JAINA","ROBERTO" I have a file with content shown above, this will fail to handle the value for Lastname = "LO"PEZ JAINA", the result will give me like...
Updated to version 1.2.1.48 and now my bool fields are always false Program.cs ```C# using ChoETL; using ChoETLTest; foreach (var e in new ChoFixedLengthReader("TestData.txt")) Console.WriteLine("TestBool1: " + e.TestBool1 + "...
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 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...