Csv Delimiter Dont Use Semicolon

I do alot of exporting and importing and the default to the delimiter is semicolon.

Been trying to make the comma the default as thats the only one i use

but can't get it to work.

I thought i saw another thread which said to go into the below file and move the comma option

to the top. I did that and cleared the cache but semicolon still shows up first.

Anyone have any suggestions.

/design/backend/templates/views/exim/components/csv_delimiters.tpl
<select name="{$name}" {if $id}id="{$id}"{/if}>
<option value="S" {if $value == "S"}selected="selected"{/if}>{__("semicolon")}
<option value="C" {if $value == "C"}selected="selected"{/if}>{__("comma")}
<option value="T" {if $value == "T"}selected="selected"{/if}>{__("tab")}

It should work. Looks like you use saved layouts. In this case stored value is selected

http://prntscr.com/ihnsrj

Sorry but i dont understand what you mean by

" Looks like you used saved layout. In this case stored value is selected"

are you saying i should do something in design-> layouts also ?

Basically using file manager i moved the comma line up to top.

Below is what i updated the file to

{__("comma")}

{__("semicolon")}
{__("tab")}

It should work. Did you clear cache? You may need to delete /var/cache/.

deleting var/cache did the trick

Thanks again

Sorry but i dont understand what you mean by

" Looks like you used saved layout. In this case stored value is selected"

are you saying i should do something in design-> layouts also ?

Basically using file manager i moved the comma line up to top.

FYI, you can use different layouts on the Export page. Each layout includes unique set of fields, setttings, etc.

https://prnt.sc/ihnsrj

Delimiter is also saved with layout setting