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 02:46:33 -04:00 committed by GitHub
parent 1fb6878734
commit 48b93b66a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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";