Hello again friends, I have a small problem. I need to replace the dots with commas in a specific column(F) in a CSV file
I tried as follows:
(CurrentRow(“F”) Is CurrentRow(“F”).ToString().Replace(“.”, “,”)).ToString()
however I get the error: Assign: Expression Activity type ‘VisualBasicValue`1’ requires compilation in order to run. Please ensure that the workflow has been compiled.