RandomSec/extensions/gdata
Tom Morris 8b459d69e3
Fix Google Data isAuthorized check - fixes #3054 (#3612)
- adjust for new undefined return value of new cookies package
- add some error handling in case we think we're logged in, but really aren't
2021-02-11 19:50:10 +01:00
..
module Fix Google Data isAuthorized check - fixes #3054 (#3612) 2021-02-11 19:50:10 +01:00
src/com/google/refine/extension/gdata Refactor importer APIs - Fixes #2963 (#2978) 2020-07-23 18:36:14 +02:00
tests Add https for all TestNG DTDs 2020-08-03 12:27:58 -04:00
LICENSE.txt Drop -extension suffix 2010-10-14 20:35:16 +00:00
pom.xml Bump mockito-core from 3.7.0 to 3.7.7 (#3489) 2021-01-19 09:32:39 +01:00
README.txt Issue 630: Change branding from Google Refine to OpenRefine 2012-10-18 19:40:31 -04:00

OpenRefine extension for Google Spreadsheets
by Tom Morris <tfmorris@gmail.com>

This extension provides Refine with the ability to read Google spreadsheets
directly so you don't have to export them as CSV files first.

Unpack the contents of this archive (jar, zip, etc) into the extensions folder
of your Refine installation and restart Refine.

Enter the *public* share URL of a Google Spreadsheet in the "Data File URL"
field of the "Create a New Project" pane of the Refine home page.

If you end up with a project full of HTML tags and an RSS feed, the extension
isn't installed properly.  A properly installed extension should have an About
page available at http://127.0.0.1:3333/extension/gdata/ (the trailing
slash is significant).


Known limitations:

- No write support
- No authentication support.  You must use the public share URL for the
  the Google spreadsheet you want to load.