4b146acc6e
* Fix charset encoding & MIME type handling Character set (ie what we call "encoding") is part of the Content-Type, *not* the Content-Encoding, which specifies compression (e.g. gzip). This correctly sets the character set encoding as well as cleaning the MIME type so that additional parsing doesn't need to be done downstream (and removes that code). * Use "text" instead of "text/line-based" as default fallback format The TextLineBasedGuesser only tries a limited number of formats (CSV, TSV, fixed), so we can't get out of that hole to find JSON, XML, etc. Start with a more general format instead to improve our guessing odds. * Support content type Structured Name Syntax Suffixes (+json +xml) If we can't find a fully specified content type in our lookup, fall back to just the suffix (which is registered with a leading +) Fixes #2800 Fixes #2805 |
||
---|---|---|
.github | ||
conf | ||
docs | ||
extensions | ||
graphics | ||
IDEs/eclipse | ||
licenses | ||
main | ||
packaging | ||
server | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
appveyor.yml | ||
AUTHORS.md | ||
CHANGES.txt | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
GOVERNANCE.md | ||
lgtm.yml | ||
LICENSE.txt | ||
pom.xml | ||
README.md | ||
refine | ||
refine.bat | ||
refine.ini | ||
settings.xml | ||
start.sh | ||
stop.sh | ||
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 and CONTRIBUTING.md for instructions on how to contribute yourself.