pattersonkl / google-refine

Automatically exported from code.google.com/p/google-refine
0 stars 0 forks source link

GREL to create new column from Translation data #265

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,
What does the expression look like to create a new column from data returned in 
a Translation call e.g.

grel:\"https://www.googleapis.com/language/translate/v2

For example: the data returned is:

handleResponse({ "data": { "translations": [ { "translatedText": "HayeSep DB, 
100/120 mesh, 75cc" } ] } } );

What I want to do is create a new column based on this, showing only the 
translated text.

I've tried most things?

Original issue reported on code.google.com by r...@pyramiddata.co.uk on 29 Nov 2010 at 1:47

GoogleCodeExporter commented 8 years ago
Questions on how to use Refine should be asked on the mailing list: 
http://groups.google.com/group/google-refine

The issue tracker is for bugs and feature requests only.

However, the wiki does have some documentation for this: 
http://code.google.com/p/google-refine/wiki/FetchingURLsFromWebServices

If you have further questions, please post them to the mailing list.

Original comment by iainsproat on 29 Nov 2010 at 4:15