csvdedupe icon indicating copy to clipboard operation
csvdedupe copied to clipboard

Fix delimiter from config being ignored

Open adamolekiewicz opened this issue 5 years ago • 1 comments

Quick and dirty fix. Problem was that there was default value of delimiter inserted into args. Values from args are used to override parameters from config file. This resulted in delimiter option in config being always overwritten with ',' .

adamolekiewicz avatar Dec 12 '19 08:12 adamolekiewicz

if it's there's a not a value set from config, it should default to ','. please add code to make that happen.

fgregg avatar Mar 07 '20 18:03 fgregg