Facing CSV data load issue using Neo4j-Admin import command

Facing CSV data load(Manual Load) issue Import command successfully run in CLI but data is not showing on UI and not able to fetch data from cypher shell with Match cypher query.

I am using currently the neo4j Community Edition 3.5.26 version.

kindly help me resolve the issue.

  1. what queries are you running such that you cant get data out?
  2. what is the result of match (n) return labels(n),count(n);