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:
frytimo
2021-10-14 00:46:33 -06:00
committed by GitHub
parent 1fb6878734
commit 48b93b66a1
+1
View File
@@ -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";