cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

How can I see the data format in neo4j sanbox case(Crime Investigation)

I am studying the case of crime investigation in neo4j sanbox. In this case, the point and side information of the graph data has been imported into neo4j. Node Labels and Relationship Types and Property Keys have been created. If I want to see what the data format looks like before importing it, does neo4j have any commands or methods to check the data format before importing?

1 REPLY 1

MuddyBootsCode
Graph Steward

When you call the schema you're looking at the underlying data model for the graph. As far as the format goes, neo4j does not require a set in stone schema for the data, so your best bet is to take a look at the nodes and their properties to see what kinds of data are included; strings, floats, ints, dates, etc.