Cinchoo

Results 174 comments of Cinchoo

`Number of Addenda Records` handled by creating and adding addenda records (example below) ``` using (var nachaWriter = new ChoNACHAWriter(@"C:\Projects\GitHub\ChoETL.NACHA\ChoETL.NACHATest\bin\Debug\NACHA_TEST.txt", config)) { nachaWriter.Configuration.ErrorMode = ChoETL.ChoErrorMode.ThrowAndStop; using (var bw1 = nachaWriter.CreateBatch(200))...

applied fix, released v2.0.0.2-beta3

Here is one way to accomplish the conversion, sample fiddle attached. https://dotnetfiddle.net/7tR1pS

Well, the differences are number of addenda records with them. From the specs, CCD and PPD are restricted to 1 addendum record, while CTX can have up to 9,999 records.

thanks for reporting it, fixed the issue. Pls take v1.2.1.51-beta4 and give it try.

u must take v1.2.1.51-beta4 for this issue to work.

well, you need to update the base lib to 1.2.1.51-beta4 at https://www.nuget.org/packages/ChoETL.NETStandard/1.2.1.51-beta4. (csv parser is in this lib) you can pick latest parquet lib at https://www.nuget.org/packages/ChoETL.Parquet

well, can u pls add some context (package version) and sample to share?

try with latest v[1.0.2.6](https://www.nuget.org/packages/ChoETL.NACHA/1.0.2.6), let me know