I have a CSV file that looks like this:
0
1
2
3
I'd like to use Miller to append an empty column x
to every row so that the output file looks like this:
0,x
1,
2,
3,
How do I do that?
Asked by Mateusz Piotrowski
(4983 rep)
Jan 26, 2023, 04:53 PM