Run this script by typing: python csv2sc import.csv import.sc If your CSV file was separated by a character other than a colon, for instance, a comma, add the delimiter as the last option: python csv2sc import.csv import.sc ',' # http://www.crystalfaeries.net/linux/bin/csv2sc.txt