Forum Discussion

skodali's avatar
skodali
New Contributor III
7 years ago
Solved

Convert comma separated values into different rows

I’m trying to convert the comma separated values in a single row to a different number of rows.

Can anyone suggest me how should I approach?

  • Ultimately i figured it out by digging into the log files produced by my RPE. The text being sent to the remote python code snap was not decoded properly, and therefor the RPE would break at the nth document which had faulty text. The problem was fixed by setting up a mapper snap that used HTML.decode on the text prior to the RPE snap.

7 Replies

  • nunnikrishnan's avatar
    nunnikrishnan
    New Contributor

    I am doing a POC on SOAP execute to understand how it works. In future we will be integrating a ERP system which have SOAP webservice.
    But while calling salesforce login soap call , it is throwing error
    Verify that the template is correct, the substituted values are valid and the provided envelope matches the namespaces that are required by the targeted service

    But when i try the same envelope in SOAP UI it is giving me the session ID, which I can use in the data updation soap call.

    Please help me how to proceed

      • sanchita_ghuge's avatar
        sanchita_ghuge
        New Contributor

        Hi Nunnikrishnan,

        Was this error solved? If yes, what was the ideal solution?

        Thanks,
        Sanchita