As you are saying you are importing CSV files, the separator will be as they are in the imported file.
Perhaps you can edit the CSV text file you import with an editor and do a “replace all” from what it is (say, ‘,’) to what you want (‘;’).
As you are saying you are importing CSV files, the separator will be as they are in the imported file.
Perhaps you can edit the CSV text file you import with an editor and do a “replace all” from what it is (say, ‘,’) to what you want (‘;’).