From 48b93b66a109966954b2664a5119b21e45c8c212 Mon Sep 17 00:00:00 2001 From: frytimo Date: Thu, 14 Oct 2021 02:46:33 -0400 Subject: [PATCH] Allow the use of TAB as a delimiter (#5931) Allows the use of TAB character for a delimiter while importing. --- app/destinations/destination_imports.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/destinations/destination_imports.php b/app/destinations/destination_imports.php index 6b7e61a460..716812f6a1 100644 --- a/app/destinations/destination_imports.php +++ b/app/destinations/destination_imports.php @@ -916,6 +916,7 @@ echo " \n"; echo "
\n"; echo $text['description-import_delimiter']."\n";