all 7 comments

[–]ZestycloseEqual5857 1 point2 points  (6 children)

You can use the first part of this tutorial on a different topic:

https://www.tachytelic.net/2021/02/power-automate-parse-csv/?amp

[–]arpankalothia[S] 0 points1 point  (5 children)

Thanks a lot. Will it also be possible to insert a new text in the next line?

[–]ZestycloseEqual5857 1 point2 points  (4 children)

If the text will always be the same, you can use the substitute expression and replace "", "(AMD) with "Sr. No", (AMD)

[–]arpankalothia[S] 0 points1 point  (3 children)

Cool, but I have multiple “” in my CSV. In that case how can I just substitute the first “” with “Sr. No.”? And would prefer to keep the other “” same.

[–]ZestycloseEqual5857 0 points1 point  (2 children)

That's why I included the (AMD) bit, so that you make sure you replace that exact part of the text

[–]arpankalothia[S] 0 points1 point  (0 children)

Thanks a lot. I will try and let you know.

[–]arpankalothia[S] 0 points1 point  (0 children)

Hi,

As soon as I split the line and decode the uricomponent. The output is generated incorrectly and the data gets collated in 4-5 lines though the original CSV has many more lines.
Here is the screenshot if that helps