GoBD: In data " durch ' ersetzen und ! durch .
[kivitendo-erp.git] / SL / GoBD.pm
index 950bfb6..53a59c4 100644 (file)
@@ -595,6 +595,8 @@ sub all_tables {
 sub _normalize_cell {
   $_[0] =~ s/\r\n/ /g;
   $_[0] =~ s/,/;/g;
+  $_[0] =~ s/"/'/g;
+  $_[0] =~ s/!/./g;
   $_[0]
 }