I receive daily lists, and I need to automatically process them

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My csv supplier sends me hundreds of the lists. I have to then manualy
reorganize his lists into my excel sheet to import into my database.
this process is manual and I need to create some type of template that can
process my suppliers list, and automatically provide me with a new list,
ready to import into my database.

any ideas?
 
Can't you import the data directly into the database file and bypass the
middleman. It sure sounds like you're doing extra work here.
 
kevin thanks for replying.

But I can't do that because I still have to run functions on the table and I
only upload to the database once the table is organized.
 
Back
Top