No, and you wouldn't want to. It may be unintuitive but it will be faster to just import the entire .csv file and then delete the extra columns via dt << Delect Columns(ListOfColumns). CSV importers are heavily optimized for reading the data, they aren't built for data clean up which would come at the cost of too much overhead.