You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ~label header is incorrectly identified as a property key, as the space before it is not trimmed off and treated as part of the column name. CSV-Gremlin should probably be trimming off all such whitespace. Otherwise, the output winds up looking like this (below) with spaces as part of the key names.
* Handle leading spaces correctly #229
* Bump date #229
* Make skipping spaces a command line option #229
* Update the README with skip_spaces info #229
* address reviewer feedback #229
Given a CSV file such as
The
~label
header is incorrectly identified as a property key, as the space before it is not trimmed off and treated as part of the column name. CSV-Gremlin should probably be trimming off all such whitespace. Otherwise, the output winds up looking like this (below) with spaces as part of the key names.The columns in the rows below the header should also be trimmed unless wrapped in quotes.
The text was updated successfully, but these errors were encountered: