I created a flow in which to create a CSV table based on the result of an SQL query. But, by default, the delimiter is a comma. I need to save this CSV to automate a routine, but the delimiter has to be a semicolon. How would I do that?
I redid the process using Replace () because I was doing it wrong. At the end of the flow was where I used Replace (), which is the action in which a file is created, that is, after you have already converted it from Array to String.
I tried to do this, but it converts the array to String. Thus, I was unable to convert to an array using Array (). When I do this, everything is on the same line.
Sample output: https://i.ibb.co/qnxcxdT/Sample-POwer-Automate.png
Can you check the outputs in the TabelaCSV action?
You can add a compose action after this once and use the replace() function to replace all the commas with semi colons.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Tomac
986
Moderator
stampcoin
699
Super User 2025 Season 2
Riyaz_riz11
577
Super User 2025 Season 2