Hi, I have scraped data from a web site and written it to csv. Unfortunately there is a line break that I should remove and I have tried almost everything that comes to my mind. Please help me with how to remove the line break. I’m trying to use replace activity. and tried \n\r \s but the line break wont go away.
I have also tried to assign mySTRvariable = mySTRvariable.replace(Environment.newline," ")
I don’t understand why these are not working. Please can someone check my xaml. The issue which I’m trying to solve is inside “accepted trades”. and in write csv there is one line where this issue occurs.yritystenkauppatiedot.zip (19.4 KB)