Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
05-02-2021 09:45 PM
Hello,
Some details on Config:
Neo4j Browser version: [4.2.6]
Neo4j Server version: [4.2.1]
Question:
I am trying to upload a json file into neo4j browser. However, the following error is throwing up.
Also, the file that I am trying to upload is this subset_1.txt (converted from json to txt format for uploading on the discussion forum): subset_1.txt (1.0 MB)
Any idea on why this json while is not getting loaded and what this error means? do I need to reformat my json file to upload on Neo4j
05-03-2021 12:33 AM
05-04-2021 11:25 AM
Alternatively, if you use python:
import json
json.loads(myJSONasString)
will report the line and column number where it is having trouble.
All the sessions of the conference are now available online