LosD
LosD
In the file chooser, there is a button with a home icon. If clicked, that button will not open the users home folder, but instead open the desktop. It should...
We seem to have a problem with SQL Server jobs that cannot be run after another (or the same) job has failed. This seems to be a pretty consistent problem,...
Adding a default requirement draws lines to every single component in the scope. It would be nice with a better way to show a filter is a default.
If a user sets up a union, and then deletes one of the source tables, DC goes into a spin, where it spews 10s or 100s of dialogs with this...
Sorting by clicking the header of columns with drill-down arrows does not work. We could probably fix it by either seperating the drill-down arrow into its own column, or through...
While doing #1253, we realized that we have quite some overlap between `ApplicationDriver`and `SparkRunner`. It would be nice if `ApplicationDriver` (or maybe smaller, more focused classes?) took care of the...
Originally submitted by @jacques-hi: When a DC job is configured to write to an excel sheet, data cleaner becomes so slow that editing the job becomes nearly impossible. This only...
For CSV we can choose all kinds of sources, but this is not possible for XML files (and possibly other types). Let's try to change that.
We've recently changed our font to Muli. Unfortunately it fails almost all non-western characters, so we should make it possible to override by the user.
Currently the null-check filter is all-or-nothing; either you specify that all selected columns must be non-null/non-empty or any selected columns must be non-null/non-empty for the record to be valid. It...