Import column headers from tab-separated files?

I’m regularly importing TSV/CSV files, in which the first line has the names of the columns - this is a common convention.

Is it possible to import in such a way that these get picked up as column headers - instead of ending up as columns A, B, C, etc?