Article from Daniel Leary
The Regex warrior: transform a text file in <2 mins
Daniel Leary5 min read
Recently I needed to transform a csv file with some simple processing. If you want to transform a file line by line, replacing a few things, deleting a few others, regular expressions are your friend. Sed is a unix command line…
Continue reading →