CSV File: Remove quotes from the file.

Certified Senior Developer

Hello Everyone,

I am converting HTML to CSV using this process nodes and it's working fine. Although I can export data store entity to CSV- but there is different requirement, so I am not using this approach. Please see below screenshot. 

Requirement: When I open that CSV file in Notepad++ I see this:


I need to remove these quotes in a file. How can I achieve this?

Thanks

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Mike Schmitt

    That make sense. But here is one doubt. When CSV file is generated- a document link is provided to download that CSV file. That same CSV file user is opened in editor as well that will upload in some portal. How and where can I provide that new document link?


    This "testfile" is basically a link of csv file which will download on click of this link. This same file user will open in notepad and upload in portal. 

Children