OpenRefine is a free, open source power tool for working with messy data and improving it. https://openrefine.org/
Go to file
Tom Morris 20bd98fb45
Remove deprecated reflective access to Sun date internals. Refs #5909 (#6492)
When JVMs enforce the deprecation, it causes variability in the
test coverage.
2024-03-28 21:18:52 +01:00
.github Fix signing of released artifacts in GitHub Actions (#6439) 2024-03-12 23:04:00 +01:00
.idea/codeStyles Set Javascript indent to 2 spaces (#6261) 2023-12-29 11:32:36 +01:00
.vscode Normalize Java import order (#6108) 2023-11-16 13:35:41 +01:00
IDEs/eclipse Update README.txt (#5082) 2022-07-16 09:11:49 +02:00
benchmark Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 (#6387) 2024-02-21 20:26:18 +01:00
conf Handle proxy configuration, closes #5476 (#5477) 2023-02-09 11:39:59 +01:00
extensions Bump com.google.apis:google-api-services-sheets (#6490) 2024-03-27 00:24:08 +01:00
graphics Update logo for README.md 2018-02-09 22:38:44 +08:00
main Remove deprecated reflective access to Sun date internals. Refs #5909 (#6492) 2024-03-28 21:18:52 +01:00
packaging Bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.0 to 3.7.1 (#6463) 2024-03-19 08:43:00 +01:00
server Provide slf4j-api & jackson to extension modules. Fixes #6475 (#6478) 2024-03-21 18:34:38 +01:00
.editorconfig Normalize Java import order (#6108) 2023-11-16 13:35:41 +01:00
.gitattributes fix the launch4j issue 2018-07-16 19:36:59 -04:00
.gitignore Normalize Java import order (#6108) 2023-11-16 13:35:41 +01:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md (#6256) 2023-12-30 12:03:03 +01:00
CONTRIBUTING.md Fix Broken link in CONTRIBUTING.md (#6347) 2024-02-10 19:20:27 +01:00
GOVERNANCE.md Update Advisory Committee Member (#6339) 2024-02-13 21:30:17 +01:00
LICENSE.txt Update license to mention OpenRefine contributors (#6365) 2024-02-21 07:07:24 +01:00
README.md Stop uploading snapshot releases to Maven Central (#5972) 2023-07-14 08:56:53 +02:00
SECURITY.md Refresh SECURITY.md (#5966) 2023-08-04 16:22:43 -04:00
pom.xml Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 (#6489) 2024-03-27 00:23:49 +01:00
refine Support Java 21 in refine scripts (#6379) 2024-02-21 06:08:27 +01:00
refine.bat Support Java 21 in refine scripts (#6379) 2024-02-21 06:08:27 +01:00
refine.ini Added option to disable new version notice (#4559) 2022-02-24 09:15:09 +01:00

README.md

OpenRefine

DOI Join the chat at https://gitter.im/OpenRefine/OpenRefine Snapshot release Coverage Status Translation progress

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.

Official website: https://openrefine.org

Community forum: https://forum.openrefine.org

Download

Snapshot releases

You can download snapshots of the development version of OpenRefine. To do so, you need to be logged in to GitHub. Then, click on the first item with a green tick / check mark on this page and scroll down to the Artifacts section to find the version that matches your operating system.

Run from source

If you have cloned this repository to your computer, you can run OpenRefine with:

  • ./refine on Mac OS and Linux
  • refine.bat on Windows

This requires JDK 11 or newer, Apache Maven and NPM 16 or newer.

Documentation

Contributing to the project

Contact us

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. 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-driven project.

Since 2020, OpenRefine is fiscally sponsored by Code for Science and Society (CS&S).

See CONTRIBUTING.md for instructions on how to contribute yourself.