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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user