Skip to content

Double-quote-respecting Parser for NIDX? #1417

Answered by aborruso
osevill asked this question in Q&A
Discussion options

You must be logged in to vote

@osevill you could add row number in a second step. So you could use my script to create the output.

And at the end use awk to add row number:

awk -F',' '{print NR "," $0}' file.csv >output.csv

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@johnkerl
Comment options

@osevill
Comment options

@aborruso
Comment options

@aborruso
Comment options

Answer selected by osevill
@osevill
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants