- file must be on same computer as postgres database
- file must be UTF-8, though might be a way to define this as something else in the psql command
CREATE TABLE enumeration(
"id" SERIAL PRIMARY KEY,
"enumerator" TEXT,
"hh_id" TEXT,
"respondent_last" TEXT,
"respondent_first" TEXT,
...