Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

float rejected from sandbox upload as Json object #13

Closed
tfmorris opened this issue Oct 15, 2012 · 6 comments
Closed

float rejected from sandbox upload as Json object #13

tfmorris opened this issue Oct 15, 2012 · 6 comments
Labels
imported from old code repo Issue imported from Google Code in 2010 Priority: Medium Represents important issues that need to be addressed but are not urgent Type: Bug Issues related to software defects or unexpected behavior, which require resolution.
Milestone

Comments

@tfmorris
Copy link
Member

Original author: iainsproat (May 10, 2010 20:42:29)

Using a schema that is ready to load into Freebase, and containing a column
mapped to a property of type 'float'. Load the triples into Freebase
sandbox. I find that all the float values are being rejected as Json objects.
See http://gridworks-loads.freebaseapps.com/job/23

In the schema alignment skeleton, the language value is set to /lang/en. (not
sure if that is of interest)

Let me know if you need the project file.

Original issue: http://code.google.com/p/google-refine/issues/detail?id=13

@tfmorris
Copy link
Member Author

From stefano.mazzocchi@gmail.com on May 10, 2010 23:27:09:
The data sent actually is a string (it has "" quotes around it). Have you called value.toNumber() on those
columns?

@tfmorris
Copy link
Member Author

From iainsproat on May 11, 2010 05:51:59:
Yes, value.toNumber() has been used to transform all the cells. The values remain
quoted and still failing -> http://gridworks-loads.freebaseapps.com/job/25

@tfmorris
Copy link
Member Author

From dfhu...@gmail.com on May 11, 2010 05:53:42:
Iain, I'll take a look soon!

@tfmorris
Copy link
Member Author

From dfhu...@gmail.com on May 11, 2010 07:01:53:
Fixed in r708. Iain, could you check out and verify? Thanks.

@tfmorris
Copy link
Member Author

From iainsproat on May 11, 2010 07:13:32:
Seems to be fixed from the preview. (no quotation marks around floats). However, the
fix to issue #10 threw a bug which prevents me from uploading at this time (see comments
to # 10 for bug)

1 similar comment
@tfmorris
Copy link
Member Author

From iainsproat on May 11, 2010 07:13:32:
Seems to be fixed from the preview. (no quotation marks around floats). However, the
fix to issue #10 threw a bug which prevents me from uploading at this time (see comments
to # 10 for bug)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
imported from old code repo Issue imported from Google Code in 2010 Priority: Medium Represents important issues that need to be addressed but are not urgent Type: Bug Issues related to software defects or unexpected behavior, which require resolution.
Projects
None yet
Development

No branches or pull requests

1 participant