79289050

Date: 2024-12-17 18:55:02
Score: 0.5
Natty:
Report link

I use csvquote.

#with your data in fun.dat
csvquote fun.dat | cut -d "," -f2,3 | csvquote -u

csvquote is intended to make regular unix utilities work with complex csv files. csvquote prepares the csv file, csvquote -u returns to original format.

https://github.com/dbro/csvquote

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: helper