Open ghost opened 12 years ago
toNumber is casting the values into Doubles... when I tried it I was getting the erroneous ".0" attached to the numbers. restarting Google Refine strangely eliminates the trailing ".0". Does this happen you as well?
Yes, after restarting Google Refine the erroneous '.0's are gone.
column is set 'to number', an example value is 80043. in rdf skeleton the text cell has been set to integer. when looking at the genarated rdf I get vl:aantal_bewoners "80043.0"^^xsd:int where '.0' is being appended to the initial value, generating warnings on not being an int in other rdf aware software in my processing chain.