jexp / neo4j-shell-tools

A bunch of import/export tools for the neo4j-shell
289 stars 55 forks source link

import-cypher: output "quotes" format? #60

Closed FelikZ closed 9 years ago

FelikZ commented 9 years ago

Is it possible to specify output quotes format?

Currently I get strings like this as output:

"Company ""Some-subtitle"""

And I need to post-process this to output:

`Company "Some-subtitle"`

for example.

FelikZ commented 9 years ago

This seams to be not a problem - it is standard thing in CSV format. Sorry.