-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The apoc.import.csv skipLines config doesn't work correctly #2932
Comments
vga91
added a commit
to vga91/neo4j-apoc-procedures
that referenced
this issue
Jun 15, 2022
…t work correctly
vga91
added a commit
that referenced
this issue
Jun 24, 2022
neo4j-oss-build
pushed a commit
that referenced
this issue
Jun 24, 2022
neo4j-oss-build
pushed a commit
that referenced
this issue
Jun 24, 2022
vga91
added a commit
to vga91/neo4j-apoc-procedures
that referenced
this issue
Jun 24, 2022
vga91
added a commit
to vga91/neo4j-apoc-procedures
that referenced
this issue
Jun 24, 2022
vga91
added a commit
to vga91/neo4j-apoc-procedures
that referenced
this issue
Jun 29, 2022
vga91
added a commit
that referenced
this issue
Jul 5, 2022
…tly (#2984) (#3012) Co-authored-by: Giuseppe Villani <[email protected]>
vga91
added a commit
that referenced
this issue
Jul 5, 2022
…tly (#2984) (#3011) Co-authored-by: Giuseppe Villani <[email protected]>
gem-neo4j
pushed a commit
to gem-neo4j/neo4j-apoc-procedures
that referenced
this issue
Jul 12, 2022
…t work correctly (neo4j-contrib#2984) (neo4j-contrib#3012) Co-authored-by: Giuseppe Villani <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior (Mandatory)
Should skip the lines.
Actual Behavior (Mandatory)
ClassCastException
or doesn't skip nothingHow to Reproduce the Problem
By executing any valid csv using
skipLines
:a ClassCastException will be throw.
Even forcing
skipLines
as an integer, e.g. viaGraphDatabaseAPI
, the skip doesn't work.Versions
The text was updated successfully, but these errors were encountered: