web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Import CSV then remove...
Power Automate
Answered

Import CSV then remove QUOTE marks

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi All,

 

Trying to read in a CSV file and as part of the process, I want it to ignore any double " QUOTE marks ". There are many throughout the string and unfortunately removing them before this process is not possible.

 

I am using CSVParse from Encodian, so I will need to read the data through this, then remove the quotes, then use the newly QUOTE free data to be used going forward.

Thanks

Categories:
I have the same question (0)
  • v-litu-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous,

     

    You could use the replace() function to remove double quotes, for example:

    replace('CSV file content','"','')

    Annotation 2020-09-08 104644.jpg

     

    Best Regards,
    Community Support Team _ Lin Tu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Thanks for the reply. This is what I was thinking of, however it's more a case of the best way to handle that, for example, I am working with the flow set below. I am not sure if it's going to work though.

     

    jeebob_0-1599548891349.png

    jeebob_1-1599548950704.png

     

    I then take the "Apply To Each" and take the string and want to convert it to integer.

     

  • Verified answer
    v-litu-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous,

     

    The replace() function should have three parameters, we should put the original text that needs to process in the first position: 

    replace('<text>', '<oldText>', '<newText>')

     

    Best Regards,
    Community Support Team _ Lin Tu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    How do I implant the ParseCSV data into the process though? I can only "choose" the ParseCSVData when I am using a static value, but, when you are doing a formula such as replace? 

     

    What I want to do is replace(ParseCSV,'"','"') but It comes up with some sort of formatting error,

  • v-litu-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous,

     

    Please try :

    replace(outputs('Parse_CSV')?['body/csvData'],'"','')

     

    Best Regards,
    Community Support Team _ Lin Tu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 67

#2
David_MA Profile Picture

David_MA 64 Super User 2026 Season 1

#3
Expiscornovus Profile Picture

Expiscornovus 39 Most Valuable Professional

Last 30 days Overall leaderboard