Results 80 comments of Kasper Sørensen

Hi @justinphebey Replacing the commons-vfs file in the lib directory is not the way to go. DC expects the older version to be there and from your txt file I...

Ah! I see. I have to admit that it's been years since I worked on that plugin. You can find it in this repo: https://github.com/datacleaner/pdi-datacleaner From what I recall, we...

I see, yes. Upgrading dependencies is always a nice improvement. Happily taking contributions for that sorta stuff :)

Yes it would be good if it could tell something about what component it fails on etc. Maybe even an XML snippet, although that may be optimistic from my side...

Since it seems that it's a pretty non-trivial fix in MetaModel, maybe we should consider some small tricks that would alleviate the issue in DC... I'm thinking that if a...

That's also my experience (that it's pretty common to have CSV with only quotes on some fields). Which is why I absolutely call this an alleviation and a gut feeling.

There's no setting for it. This seems like it's a bug related to the font used in inputs.

I think it might be needed to do some code changes. The fonts are loaded in [WidgetUtils](https://github.com/datacleaner/DataCleaner/blob/master/desktop/api/src/main/java/org/datacleaner/util/WidgetUtils.java).

Thank you for reporting the bug. I think this bug probably rolls down to Apache MetaModel. I'll echo it as an issue in their bugtracker.

The best we have is rather comprehensive Javadoc in the DataCleaner-api and DataCleaner-desktop-api modules. And then some good examples: From InsertIntoTableAnalyzer (removed a few lines that are besides the point):...