Hello,
My CSV file has a unwanted comma at the end of each row which creates additional column in my subsequent process
Here is the sample data
Heading 1, Heading 2, Heading 3
1,2,3,
4,5,6,
7,8,9,
As you can see in the above example, I have 3 rows with one header. My value rows have comma at the end of each row which need to be trimmed. I tried but couldn't find a better way.
I tried the data operations in MS flow but couldn't get it all done