datacleaner / DataCleaner

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

Release Differences #1853

Closed cpatte7372 closed 4 years ago

cpatte7372 commented 4 years ago

Hello community, I'm exploring DataCleaner. I'm running version 5.2 as that is the latest version available on Windows. However, I notice there is a 5.7 version which only appears to available on Linux. Can you let me know if there are any features in 5.7 that aren't available on the windows release 5.2?

Thanks

Carlton

LoLei commented 4 years ago

You can find the differences each release introduces here: https://github.com/datacleaner/DataCleaner/releases

But also, all releases after 5.2 are cross-platform, are they not? The zip file is centered between all operating systems here, not in the Linux column.

cpatte7372 commented 4 years ago

Thanks for reaching out. I don't think I've made myself clear.

All the releases after 5.2 are for Linux, not Windows.. I was wondering if the releases after 5.2 are also for Windows?

LosD commented 4 years ago

All the releases after 5.2 are cross-platform, as there is no longer a platform-dependent runner. Just use Java to run it.

(There's a .cmd file for Windows and a .sh file for OSX/Linux in the package. If you use the .cmd everything should be configured and ready to go, as long as you have Java installed)