I'm still trying to change the default field separator and multiple value separator in the back office for CSV imports. I want the field separator to be a caret which is this symbol: ^
and the multiple value separator to be a comma.
It's been two weeks since I updated ONE CHARACTER in the code and uploaded the edited form.tpl so, supposedly, any cache that was stuck should be cleared by now if it is cache I cannot clear myself in admin or my three browsers.
The only change to the existing code was to change the comma to a caret for the field separator.
The multiple value separator was already a comma, so it did not need changing, however, it still has the multiple value separator as a semicolon in the CSV import section in the back office.
That, in itself, means something else needs to be updated.
What can it be, please?
Here is the field separator code:
**
and here is the multiple value separator code:
**
and here is the screenshot of the updated form.tpl:
Here it shows the latest updated file exists on my host:
@SLiCK_303 Maybe you can help me figure this out. You're great at finding solutions.