Hi
I'm trying to import a csv file with over 1400 headers (actually there are no headers, so I need to create them). So far, I've been able to do this, but I would have to write -headers 1,2,3.....1400.
Is there an easier way to write the column names rather than type all 1400+
My ultimate goal is to separate this file into several so that MS Access can import them (255 field limit)
Thanks!