973c2fbc39
We should be more graceful for those that mistype a refine command. As I sometimes do and inadvertently start OpenRefine, since :doRun is the default. Tested Output is: ```console C:\Users\THAD\OpenRefine>set ACTION=reset C:\Users\THAD\OpenRefine>setlocal C:\Users\THAD\OpenRefine>if ""reset"" == ""build"" goto doMvn C:\Users\THAD\OpenRefine>if ""reset"" == ""server_test"" goto doMvn C:\Users\THAD\OpenRefine>if ""reset"" == ""extensions_test"" goto doMvn C:\Users\THAD\OpenRefine>if ""reset"" == ""test"" goto doMvn C:\Users\THAD\OpenRefine>if ""reset"" == ""clean"" goto doMvn C:\Users\THAD\OpenRefine>if ""reset"" == ""distclean"" goto doMvn C:\Users\THAD\OpenRefine>if ""reset"" == ""run"" goto doRun C:\Users\THAD\OpenRefine>if ""reset"" == """" goto doRun C:\Users\THAD\OpenRefine>echo Unknown Refine command called "reset" , type "refine /?" for proper usage Unknown Refine command called "reset" , type "refine /?" for proper usage C:\Users\THAD\OpenRefine>exit /B 1 C:\Users\THAD\OpenRefine> ``` |
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
broker | ||
conf | ||
extensions | ||
graphics | ||
IDEs/eclipse | ||
licenses | ||
main | ||
packaging | ||
server | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
appveyor.yml | ||
AUTHORS.md | ||
CHANGES.txt | ||
CONTRIBUTING.md | ||
GOVERNANCE.md | ||
LICENSE.txt | ||
pom.xml | ||
README.md | ||
refine | ||
refine.bat | ||
refine.ini | ||
start.sh | ||
stop.sh | ||
unsign | ||
WeLoveOurBackers.md |
OpenRefine
OpenRefine is a Java-based power tool that allows you to load data, understand it, clean it up, reconcile it, and augment it with data coming from the web. All from a web browser and the comfort and privacy of your own computer.
Download
Run from source
If you have cloned this repository to your computer, you can run OpenRefine with:
./refine
on Mac OS and Linuxrefine.bat
on Windows
This requires JDK 8 and Apache Maven.
Documentation and Videos
Contributing to the project
Contact us
Licensing and legal issues
OpenRefine is open source software and is licensed under the BSD license
located in the LICENSE.txt. See the folder licenses
for information on open source
libraries that OpenRefine depends on.
Credits
This software was created by Metaweb Technologies, Inc. and originally written and conceived by David Huynh dfhuynh@google.com. Metaweb Technologies, Inc. was acquired by Google, Inc. in July 2010 and the product was renamed Google Refine. In October 2012, it was renamed OpenRefine as it transitioned to a community-supported product.
See AUTHORS.md
for the list of OpenRefine contributors.