Cinchoo
Cinchoo
Currently it is not supported. Will add it shortly.
currently not supported, will enhance it to handle it.
he is how you can grab addenda record using (ChoNACHAReader fr = new ChoNACHAReader("ACH.txt", new ChoNACHAConfiguration() { FieldValueTrimOption = ChoFieldValueTrimOption.None })) { foreach (var r in fr) { switch (r)...
can u pls share the versions of the library? also would be nice to share sample. thx
uninstall all packages from your project. Just add this package https://www.nuget.org/packages/ChoETL.Yaml, which installs all dependencies.
pls take https://www.nuget.org/packages/ChoETL.Parquet/1.0.1.25-beta2 and give it try. Let me know.
Here is how you can convert your sample json to csv ``` static void Issue304() { string json = @"[ { ""incident"": { ""id"": ""120950002"", ""name"": ""Mosquito Fire"" }, ""additionalClaimant"":...
latest release https://www.nuget.org/packages/ChoETL.Parquet/1.0.1.30 offers more compression algo. try and let me know.
thanks for reporting it. Put a fix, released packages ChoETL.Parquet -Version 1.0.1.25-beta1 ChoETL.NETStandard -Version 1.2.1.51-beta1 try and let me know.
Pls try with ChoETL.NETStandard -Version 1.2.1.51-beta3 let me know. thx.