skodali
7 years agoNew Contributor III
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.