Skip to content
Discussion options

You must be logged in to vote

I think there are two issues here.

  1. Typical CSVs escape quotes by doubling them, i.e. "" rather than \". Starting your pipeline with qsv input --escape '\' simple.csv fixes all of your problematic examples.
  2. Your SIGSEGV and my "program never terminates" points to some state within qsv that needs attention.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@jqnatividad
Comment options

@alexkreidler
Comment options

Answer selected by jqnatividad
Comment options

You must be logged in to vote
0 replies
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
Converted from issue

This discussion was converted from issue #2726 on May 05, 2025 15:45.