is it possible to directly import a file which has fixed width fields.
I know how to do it if the fields are de-limited, the only way i can think to do a fixed width file is to process each line using php then 'insert' each line.
Anyone got any better ideas ??
Thanks
Jamie