Lines 1-8
Link Here
|
1 |
[% SWITCH Koha.Preference('delimiter') %] |
1 |
[% SWITCH Koha.Preference('delimiter') %] |
2 |
[% CASE '#' %]Pound (#) separated text (.csv) |
2 |
[% CASE '#' %]<span>Pound (#) separated text (.csv)</span> |
3 |
[% CASE ',' %]Comma separated text (.csv) |
3 |
[% CASE ',' %]<span>Comma separated text (.csv)</span> |
4 |
[% CASE '/' %]Slash separated text (.csv) |
4 |
[% CASE '/' %]<span>Slash separated text (.csv)</span> |
5 |
[% CASE ';' %]Semicolon separated text (.csv) |
5 |
[% CASE ';' %]<span>Semicolon separated text (.csv)</span> |
6 |
[% CASE '\\' %]Backslash separated text (.csv) |
6 |
[% CASE '\\' %]<span>Backslash separated text (.csv)</span> |
7 |
[% CASE 'tabulation' %]Tab separated text (.csv) |
7 |
[% CASE 'tabulation' %]<span>Tab separated text (.csv)</span> |
8 |
[% END %] |
8 |
[% END %] |
9 |
- |
|
|