datacleaner / DataCleaner

The premier open source Data Quality solution
GNU Lesser General Public License v3.0
595 stars 180 forks source link

Optinal option "Null Replacement" is bugged. #1832

Open Flametale opened 5 years ago

Flametale commented 5 years ago

When I try to format a string to a date-type it automatically fills in all the empty rows in the given columns, with Today, Yesterday or any other date I would like, but I'd rather keep it on null. But even though this is optional, I can't unable it.

kaspersorensen commented 5 years ago

Just adding a bit of context to make sure this is clear to anyone reading it...

This issue is with the "Convert to date" transformer. It's field "Null replacement" is nullable, but the UI widget does not offer a 'null' option.

Relevant class: SingleDatePropertyWidget