Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all -
I think this is my first net new post, so go easy on me.
My situation is this: I'm working on a proof of concept that takes Salesforce data, transforms it, and then needs to write certain sets of columns on separate lines of an export file.
So, functionally, if we were to imagine only one row of Salesforce data, the process I need to build is this:
Basically each row has a separate schema, which, it turns out, is important.
It's a little more elaborate than that but that's the basic gist.
My issues is that once I've retrieved the salesforce data, cleaned it, and passed it through the mapper to correct formats for the output file, I CANNOT figure out how to write multiple lines.
I have tried:
I saw one comment here link to an article that I think was written by @rhall (or @rhall ?) that sounds like it solved this using a tJava component, but the website is defunct ( https://www.rilhia.com/quicktips/quick-tip-row-multiplication ).
My next problem will be generating separate files per row, but I really don't even care about that at this point. I just need the one row -> separate lines deal to work for now.
I'm really at wit's end, here, so any assistance (particularly tonight! The POC is time-critical, unfortunately!) would be massively appreciated.
Hope you all are staying safe in these weird times.
Hello -
Here's a screenshot of the status quo, pardon the "in medias res" nature of it: