We have a department that has been using a copy of an Apple Numbers file to input daily data into and save them daily. The numbers file is designed with multiple tables etc. - but they have the same layout.
They have been doing this for about 2 years (10 files per day) now, so there are about 7000+ number files.
I need to extract this data into a singular Spreadsheet under columns.
My idea is to convert them into CSV/XLS files and then get data from each of these files in a singular file using something like
='[file.xlsx]sheet'!$A$1
However, I have searched everywhere I could on batch converting these files into CSV.
I have strung together a very rudimentary "Watch me do" Automator workflow.
Step 1 - It uses the "Ask for Finder Items"
Step 2 - It uses the "Open Finder Items"
Step 3 - It uses the "Watch me do" workflow - Clicks on "Files" > CSV > Next > Export
This works fine for one file. But I need it to circle back to the second file and repeat the process. Any idea on how I can get this done for multiple files?
Thank you so much.