User Activity

Hi Snaplogic experts, my pipeline is creating one big CSV file (50k rows) as the result. Collegues asked me, if it is possible to split this big CSV file into smaller ones (create csv files with thousand rows)My question is, how to make  more csv fil...
I want to ask:I’m attaching a screenshot of the pipeline that should:Read a CSV file, truncate SQL tables, and after the successful truncate, insert all the records from the CSV into the truncated table.It seems that the pipeline doesn't work correct...
Hi Snaplogic experts i have general question, concerning logging. Lets say pipeline with logging function can be called by 5 parent pipelines:  parent_pipeline_Aparent_pipeline_Bparent_pipeline_C....  then i have   child_pipeline_A  child_pipeline_B ...
Lets say i have this input string in my mapper:"Mercedes;6658;TypeS;2022;\r\nAudi;5558;TypeA8;2022;Diesel"How can i save it to csv file as single rows? in this example it should be:Mercedes;6658;TypeS;2022;Audi;5558;TypeA8;2022;DieselI've tried myStr...
Lets say i have a string:"FF;0545454;value1;test;01;99;;;value2;866"how can i tell snaplogic in mapper, if third value is (value1) and value in fifth column is 01, change second value to 888 so the result will be:"FF;888;value1;test;01;99;;;value2;86...