Code For Automating Database Entry?

I need to add over a thousand files to my wix database for a comprehensive parts lookup for my site. For an example of what I’m working on check out this link: https://www.nationalsmallengines.com/tecumseh-lookup
So far I’ve added nearly 2 thousand items to this list. I need to add at least 3 thousand more items. I’ve been doing this all manually which has been a painfully slow process. Is there some API or something to program a bot to automate this process for me? I’ve compiled all the PDFs on a psychical harddrive, so I’d need to name the title for each column to reflect the pdf file name and to upload each pdf file. I’m a beginner when it comes to javascript, so I’d appreciate some help.
Thanks in advance

Hello,

You can import data to your database collection by following the articles below:

About Importing Data in the Content Manager - explains how to import data into your database collections from a CSV file
Corvid Tutorial: Importing and Exporting Collection Data with Code

Corvid: Scheduling Recurring Jobs - this can be also helpful if you will need to update the database information on a regular basis.

Thanks for the response, Anastasiia. So, I’ve known how to work with importing CSV files for the database collection. I was just hoping there was a simpler way to to automate the manual entry for these files. I’ll check out the other link you provided as it looks like it may have some helpful tips. Thanks, again