|
|
@ -59,3 +59,4 @@ if __name__ == '__main__':
|
|
|
|
your_json_data = json.load(f)
|
|
|
|
your_json_data = json.load(f)
|
|
|
|
cypherText=json_to_cypher(your_json_data)
|
|
|
|
cypherText=json_to_cypher(your_json_data)
|
|
|
|
executor.execute_cypher_text(cypherText)
|
|
|
|
executor.execute_cypher_text(cypherText)
|
|
|
|
|
|
|
|
print("数据插入成功!")
|
|
|
|