Hi,
Every week, Have 15 odd files(all .xlsx) that needs to be uploaded to a cumulative tracker capturing the date of upload and week no.
- Since the file formats/columns of the files are different, i Select the columns accordingly.
- Once the columns are chosen, i use Union tool to have a consolidated view.
- i add two more cols (hard code the date for which the files are for + add the week no
- The above i repeat with three different sets of data. So technically 3 cumulative trackers to update every week.
Ask:
Is it possible to upload all the files (of a set) in one go rather than selecting one file after another?
Is it possible to append the date to the data automatically? say an interface tool to put the date and that being captured in the data?
Is it possible to append the weekly consolidated records to the cumulative tracker automatically?
If Yes, please guide.
Thanks.