Cinchoo
Cinchoo
Looks like something missing / some privilege issues. Pls turn on the log. Here is how you can do it 1. Open ChoEazyCopy.exe.Config file 2. Edit and the set the...
Took care the warning messages for /MOV and /MOVE options, pushed new version v1.0.0.12.
well, there is no need of checkbox. I added the confirmation dialog when user chooses one the the options in `MoveFilesAndDirectories`.  Hope it helps.
Yes, that's the behavior of Robocopy as per doc.
Well, this is the behavior of RoboCopy copy operation when you choose `MoveFilesOnly` option (equivalent to /MOV).
yes, under development. https://github.com/Cinchoo/ChoETL.HL7
This is invalid CSV. The quotes must be escaped with 2 quotes `"LO""PEZ JAINA"` in order to handle it. ``` ID,TIN,PROVIDER,NEIGHBOR,DRIVERNO,DRIVERNO2,LASTNAME,FIRSTNAME "","052965646","1760638008","BRYAN, RICKY","898082","899082","LO""PEZ JAINA","ROBERTO" ```
Set this statement prior to the parser `ChoTypeConverterFormatSpec.Instance.BooleanFormat = ChoBooleanFormatSpec.ZeroOrOne;`
use this package: https://www.nuget.org/packages/ChoETL.JSON/ Pls refer the readme for packages detail https://github.com/Cinchoo/ChoETL#readme
It is by design, Cinchoo ETL has its own jpath parsing to handle simple json path (nodes separated by .) only. Main purpose it to handle large JSON files. Complex...