Allow the use of TAB as a delimiter (#5931)
Allows the use of TAB character for a delimiter while importing.
This commit is contained in:
parent
1fb6878734
commit
48b93b66a1
|
|
@ -916,6 +916,7 @@
|
|||
echo " <select class='formfld' style='width:40px;' name='data_delimiter'>\n";
|
||||
echo " <option value=','>,</option>\n";
|
||||
echo " <option value='|'>|</option>\n";
|
||||
echo " <option value=' '>TAB</option>\n";
|
||||
echo " </select>\n";
|
||||
echo "<br />\n";
|
||||
echo $text['description-import_delimiter']."\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue