Right now, the process grabs all the files within a folder and uploads them together using sb.upload_files_and_upsert_item(). The CSV is probably included because it has the same filename as the shapefile and it is uploaded at the same time.
To get around this, I could try uploading the CSVs in a separate call to upload_files_and_upsert_item() (or some other function?)...
Right now, the process grabs all the files within a folder and uploads them together using sb.upload_files_and_upsert_item(). The CSV is probably included because it has the same filename as the shapefile and it is uploaded at the same time.
To get around this, I could try uploading the CSVs in a separate call to upload_files_and_upsert_item() (or some other function?)...