Skip to content

Conversation

yemartin
Copy link

Fixes #19

In the following code:

row.length = headers.length;

row was getting trimmed by one column too many, since row has an
extra "Path" leading column that headers don't.

In the following code:

    row.length = headers.length;

`row` was getting trimmed by one column too many, since `row` has an
extra "Path" leading column that `headers` don't.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Content of last column missing in CSV output
1 participant