Skip to content

Field assignment doesn't work in CSV mode #111

@twhitehead

Description

@twhitehead
$ echo 1 2 3 | frawk '{ $1 = 0; print $0 }'
0 2 3

vs

$ echo 1,2,3 | frawk -i csv '{ $1 = 0; print $0 }'
1,2,3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions