User Activity

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...
Hi SnapLogic experts,i have question, if described example could be done via snaplogic. Output should be .csv file with structure:Column1Column2Column3Column4Column1Values,Column2Values,Column3Values,Column4Values"Headers" should be in first column o...