You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I was looking for ways to get a complete dump of the metadata in CrossRef and came across this useful project.
I've tried importing your dump file as well as the one archived by Bryan Newbold, but I've come across the following error:
After running this command to import the file (using Windows 10 Pro):
mongoimport --db crossref-mongo --collection works --file "C:\path\to\file\crossrefworks.json.xz"
I get the error:
Failed: error processing document #1: invalid character 'ý' looking for beginning of value
imported 0 documents
I get the same error when I try importing Bryan Newbold's dump file.
It's the first time I'm using MongoDB so I don't know if I'm doing something wrong. I realise this is not strictly an error with the code in this project, but I thought you might be able to know what's going on with these dump files. Any help would be much appreciated.
The text was updated successfully, but these errors were encountered:
Nevermind, it was the silly mistake of not decompressing the file before importing... it seems that it is being imported correctly now
HI Albert,
Can I have the total command please? as I am experiencing the similar issue while importing csv file.
Failed: error processing document #1: invalid character 'm' in literal NaN (expecting 'N').
Hello, I was looking for ways to get a complete dump of the metadata in CrossRef and came across this useful project.
I've tried importing your dump file as well as the one archived by Bryan Newbold, but I've come across the following error:
After running this command to import the file (using Windows 10 Pro):
mongoimport --db crossref-mongo --collection works --file "C:\path\to\file\crossrefworks.json.xz"
I get the error:
Failed: error processing document #1: invalid character 'ý' looking for beginning of value
imported 0 documents
I get the same error when I try importing Bryan Newbold's dump file.
It's the first time I'm using MongoDB so I don't know if I'm doing something wrong. I realise this is not strictly an error with the code in this project, but I thought you might be able to know what's going on with these dump files. Any help would be much appreciated.
The text was updated successfully, but these errors were encountered: