Unfortunately the native CSV import functionality is very slow and will take several minutes just to import like 50 rows.
The alternative I found is the data parser CSV. I’m sure there must be a way to do something with the returned JSON files right? Currently I use regex to get the data but there should be a proper way to read the JSON blocks without having to manually regex it everytime.