Batch/Bulk Import CSVs

So I have a folder full of data tables that I’m trying to import, which are all importing nicely into a single struct type. But I’m wondering is there a way in python to do a batch import of CSVs? I can drag & drop the regular way into my content folder just fine, but it quickly becomes a pain to constantly have to click the row type and ok–and none of those boxes are in focus so I can’t even hit Enter to pass the prompts.

So if I have 50 CSVs that all belong to a single struct type, is it possible to write a python script to import them all for me and suppress all the prompts?

Whelp, found out a different way of doing this…
Just went back to C# and made an old school SetCursorPos() loop to click through all the prompts for me :smiley: