Tag Archives: bash

Using Bash to Change the Delimiter in a CSV File

  The Problem I recently had a situation where I had a comma separated value (CSV) file that I wanted to easily parse within a shell script. Unfortunately the CSV data contained some double quoted strings with embedded commas, for example: "Adygeya, Republic",RU-AD,21250,RU,Russian Federation This made parsing the file quite painful, particularly as only the [...]
Posted in Uncategorized | Also tagged , , | Leave a comment