ddavisqa / google-refine

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

Can't reconcile columns in restored project #326

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I saved my project with Refine 2.0 on Ubuntu Linux and restored it using the 
current SVN head on Windows XP.

When attempting to reconcile some previously reconciled columns I get an alert 
box saying "undefined" 

Original issue reported on code.google.com by tfmorris on 3 Feb 2011 at 4:07

GoogleCodeExporter commented 8 years ago

Original comment by tfmorris on 3 Feb 2011 at 4:19

GoogleCodeExporter commented 8 years ago
I'm not sure I'm going to have time to finish tracking this down, so here's 
where I got to.  In ReconConfig.reconstruct():

    ReconConfig.reconstruct(JSONObject) line: 90    
    ReconOperation.<init>(JSONObject, String, ReconConfig) line: 93 
    ReconcileCommand.createOperation(Project, HttpServletRequest, JSONObject) line: 59  

the mode is "freebase/strict" but the Map s_opNameToClass only contains an 
entry for for "core/standard-service" and nothing else.

Not sure where it is supposed to be initialized yet...

match = "key"
namespace = {"id":"/base/ourairports/ourairports_id",
             "name":"OurAirports namespace"
            }

StrictReconConfig

Original comment by tfmorris on 3 Feb 2011 at 5:14

GoogleCodeExporter commented 8 years ago
Turns out that I was missing the Freebase extension.  The Freebase extension is 
probably always going to be there in a normal installation, but I wonder if 
there's a need for checking what extensions an exported project depends on when 
it is re-imported.

Opinions on whether I should close this or re-target it at better 
checking/reporting?

Original comment by tfmorris on 3 Feb 2011 at 11:50

GoogleCodeExporter commented 8 years ago

Original comment by tfmorris on 4 Feb 2011 at 2:21