Customer Portal

Escape Pipe Characters In Extract

Comments 3

  • Avatar
    Pedro Vazquez Rosario
    0
    Comment actions Permalink
    Hi litsos,

    You can try the following code to remove the pipe from any particular string:

    $0.Firstname := $Firstname.replace("\\|","");


    Please let me know if this worked for you
  • Avatar
    Pedro Vazquez Rosario
    0
    Comment actions Permalink
    Hi litsos,

    I wanted to ask you some follow up questions to gain a greater understanding of your use case:

    • Are you able to parse the data correctly or are you reading the data as one big string?

    • Are the string quoted?

    • Are you looking to completely replace the | character"

    • Please provide me with as much information on your use case as possible
  • Avatar
    listsos
    0
    Comment actions Permalink
    Issue resolved. Thanks!

Please sign in to leave a comment.