Closed peterkraume closed 3 years ago
I import phone numbers from a csv file. The format is like this: +49 (0) 123 456789. During import the + is removed. I couldn't figure out if its the DataHandler or the extension which is responsible for that behaviour.
+49 (0) 123 456789
+
Related to https://github.com/sudhaus7/typo3-xlsimport/issues/3 fixed in master i next update
I import phone numbers from a csv file. The format is like this:
+49 (0) 123 456789
. During import the+
is removed. I couldn't figure out if its the DataHandler or the extension which is responsible for that behaviour.