Hi Community,
I need help with importing multiple SQLite DB files (10 or more) that are stored in a single folder. All the files have the same schema. How can I do this?
@VamsiVinay
you can use directory tool to get all the files and then add a macro to read each file and then stack them one upon another.
adding a macro which is used to read .xlsx files you ca update them as per your requirement
hope this helps you.