User Activity

Hello, Say I have a .csv with the following row: value1_value2_value3_value4_value5 How can I split the string by “_” so each value can be mapped to its own field? I basically need to do stuff with each record, but through the Mapper I can’t seem to ...
Hello snapLogic Community! I am very new to the solution, but loving it more each day  I am trying to read the name of files from an FTP directory and write the details to a separate file within the pipeline project folder. I checked this post’s re...