neo4j-admin import does not have:
--multiline-fields --ignore-empty-strings
neo4j-import does have them, but is marked as deprecated.
Also, the options seem to be there in neo4j-admin in version 3.1.1 - why where they removed?
I have the same problem. Any workaround?
My neo4j version is 3.2.0
The work-around is to use neo4j-import until neo4j-admin import has been sorted out.
The neo4j-import command is only deprecated because we want a simpler and more streamlined interface under the neo4j-admin umbrella — the underlying code is the same, except for the bit that parses command line arguments.
Thanks. I thought so, but wanted to make sure you won't get rid of
neo4j-import, before you fix neo4j-admin :-)
On Thu, 6 Jul 2017 at 10:26 Chris Vest notifications@github.com wrote:
The work-around is to use neo4j-import until neo4j-admin import has been
sorted out.The neo4j-import command is only deprecated because we want a simpler and
more streamlined interface under the neo4j-admin umbrella — the
underlying code is the same, except for the bit that parses command line
arguments.—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/neo4j/neo4j/issues/9553#issuecomment-313344850, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAtn_3rVL_MEXn8Mir4txRm1TtiFRa0Gks5sLKhJgaJpZM4OCTPr
.
Most helpful comment
The work-around is to use
neo4j-importuntilneo4j-admin importhas been sorted out.The
neo4j-importcommand is only deprecated because we want a simpler and more streamlined interface under theneo4j-adminumbrella — the underlying code is the same, except for the bit that parses command line arguments.