#!/bin/bash sed -e 1d -e 's/"\([^"]*\)",\|\([^[",]*\),/\1\2 /g'
name,annotations,description drgreghouse,princeton,"doctor,head" sheldon,tbbt,"physicist,actor" chandler,friends,"actor,comedian"
drgreghouse princeton "doctor head" sheldon tbbt "physicist actor" chandler friends "actor comedian"