subgraphAll implementation seems have some issue
I tried following cypher. the core-company.csv has about 7k records.
LOAD CSV WITH HEADERS FROM 'file:////app/neo4j/neo4j-enterprise-3.5.5/core-company-name.csv' as line with line
match (n:COMPANY{COMP...