Hi All,
I get this data in that looks like this, (CSV file opened in notepad).
It goes through this flow and removes the header and reorganises the data in a CSV table to how we need it.
Comes out like this, he problem is that after the 0.000 it creates a new line then continues which I don't want happening it needs to all be on the same line.
As it grabs the data in getrowsfromfile it seems okay here and copying it into a notepad shows its okay.
Remove header output removes the header.
Below is the input and output for create CSV table the input has \r which creates that new line in the output I don't want that to happen. There is also /r/n in the output but not shown here, so I am wondering why this is getting added maybe its remember there is a new line after the 0.00 in the CSV file and keeping it?
My function for remove header.
So I would need this flow to not add the new line after the 0.00 and keep everything on the same line. I have tried grabbing the data in each step and adding a replace to replace any /r/n but as they are only showing on powerautomate this did not work. Any advice or help would be greatly appreciated thanks.
Thanks in advance,
Watkins