-
Notifications
You must be signed in to change notification settings - Fork 17
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
Catalog upload #34
Comments
Typically something like this happens when the fields contain data type different from what was configured, i.e. string in a numeric field, or double in the integer / int32 field. It's difficult to troubleshoot without knowing the specifics of your .CFG file and the data you're loading. |
Also, have in mind that the rows that had errors are not uploaded so you will be missing data. |
Can someone to upload a valid csv file to try? In my case always appears the same error... |
did you use the attached CSV AND .cfg ? |
I used posted csv file above. Copy/Paste in new file and than upload using DataLoader. Also, I tried to download file from http://datadotgc2.cloudapp.net/DataBrowser/Hack%20OpenData/BurlingtonParks . I don't see any other way. |
Hi Nik, |
Hi - sorry for the delay, maybe we're miscommunicating. The CSV is one part of the DataLoader. CFG that's created by the DataLoader is another part. If you are using your (custom CFG) created by the DataLoader, delete the CFG file in the same folder as the .CSV and then try to download / lolad the CFG from here https://github.com/openlab/OpenDataInstaller/blob/master/blob%20files/BurlingtonParks.cfg LMK if this makes sense. |
Hi,
I installed ogdi for test purpose. For now, I put the information that is available from datahub. But each csv file has an error...
"Failed to process entity.
Entity Start:
Name = 'EntityId' Value = '80ee7cda-9871-4ce6-88d2-68bf9f98e645'
Name = 'DATE' Value = '1970-01-01'
Name = 'VALUE' Value = '55.8'
Name = 'RdfSnippet' Value = '<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ogdi="ogdiUrl">rdf:Description<ogdi:date rdf:datatype="xs:string">1970-01-01/ogdi:date<ogdi:value rdf:datatype="xs:double">55.8/ogdi:value/rdf:Description/rdf:RDF'
Entity End
Failed to process entity."
Ok, some of these files, regardless to the errors,was successfully uploaded.
Can someone explain what's going on? Of course, I used DataLoaderGuiApp...
The text was updated successfully, but these errors were encountered: