G
Guest
I need to import lots of csv autometically. all the csv will be stored in one
location. the csv name format will be "date_location_incremental-Number".
every 1 hour new csv file will be pushed in that location. i need to import
those csv in one table and store the imported csv name in another table so
that it will not import the same csv twice. csv data will be append. and
before import any csv it will check the file name stored table. can any one
give me a sample VBA script or help me?
location. the csv name format will be "date_location_incremental-Number".
every 1 hour new csv file will be pushed in that location. i need to import
those csv in one table and store the imported csv name in another table so
that it will not import the same csv twice. csv data will be append. and
before import any csv it will check the file name stored table. can any one
give me a sample VBA script or help me?