Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 302 Bytes

File metadata and controls

11 lines (7 loc) · 302 Bytes

csv4mawk2

csv support for mawk-1.9.9.6 (mawk2)

Recently goawk, gawk and onetrueawk have added csv support.

Mawk-1.9.9.6 was changed to add csv support.

Use --csv option to enable with default separator (','). To use another separator for example ';' use --csv=';'

more details will follow later.