Hello, I have the following problem:
I need to change the points of a specific column by comma in a CSV file
Hello, I have the following problem:
I need to change the points of a specific column by comma in a CSV file
You want to change donts in between number to comma?
If so try this
For loop with
Currentrow(0) = DateTime.ParseExact(currentRow(0).ToString,"dd.MM.yyyy",System.Globalization.CultureInfo.InvariantCulture).ToString("MM,dd,yyyy")
Cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.