Cinchoo
Cinchoo
On the next version, it will be handled implicitly by the library.
Well, that's good. new package v1.2.0.2 released to handle it. pls try and let me know. thx
Can you please post sample csv with code? Thanks
I ran a test, works fine, unless I'm missing something ``` string csv = @"Id, Guid 10, cc6f0116-589a-4cf1-8605-a4eb6ab3bd34"; using (var r = ChoCSVReader.LoadText(csv) .WithFirstLineHeader() .WithMaxScanRows(1) ) { foreach (var rec...
I still not able to reproduce it. Can you please spell out the version of the package using? Here is sample writer test with v1.2.0.1 package ``` public class EmpGuid...
Added support of this feature in 1.0.2.1-alpha1 package Pls try and let me know
You are always welcome. Appreciate it.
This is how you can redirect logging ` ChoETLFrxBootstrap.Log = (s) => Trace.WriteLine(s);`
No, it can't be handled by this framework. Sample shows how to load it ``` string csv = @"* Select d : 02:02:12 20 MAR 2017 * Shippi g Date...
Looks like you are using `CreateDebitEntryDetail`, this will put entry debit entry in the control records. Rather use `CreateCreditEntryDetail` if you want to see them in the credit amount in...