import values with dots
Hello, I want to import a csv file. In this file there is a colum with dates. The date format have dots to separe the information in the date (e.g. "05.05.2018"). This date format will be used in Germany. During the import from csv file into a "Data-Driven Loop" I can see that the double quoted string "05.05.2018" will be transformed into a number 5052018. Why TestComplet do this? For me is that a bug. I tried to escape the dots with backsledge, but doesn't work well. Have somebody a workaround? Best regardsSolved3.4KViews0likes6Comments