csvdedupe
csvdedupe copied to clipboard
Fix delimiter from config being ignored
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 ',' .
if it's there's a not a value set from config, it should default to ','. please add code to make that happen.