Question d’entretien chez Rackspace Technology

Parsing text file with bash, basically a .csv file. Creating tables and users in the mysql console.

Réponse à la question d'entretien

Utilisateur anonyme

24 nov. 2013

A quick output of a csv might be something like sed -e 's/","/\n/g' -e 's/"$/\n/g' -e 's/"//g' test.csv