I am importing data from an RDBMS db into Neo4j successfully using the ETL tool (version 1.3.7) and want to find where the generated Cypher code might be recorded so I can abstract it for use in python.
I have searched in all the logs of which I am aware and can't find where the dynamically generated Cypher is stored for the Neo4j ETL tool version 1.3.7, if it is at all.
Anyone familiar with this?