This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
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...
Hello SnaplLogic experts,How can i join two mappers - in first mapper are headers, lets say 3 values represent columns name but these 3 values should be written in first column not in three columns as column headers and values from second snap will b...
Hi Alexandar, curious, if scenatio below is possible to do in snaplogic: Scenario first row has fixed length 10 fields"Audi";"5558";"TypeA8";"2022";"Diesel";"";test1;"";"";"Germany";Second row has 5"Mercedes";"";"TypeS";"2022";"India";there can be...
Looks good but question .... in my example - one row has more fields than another rowIs it possible to "connect"/export two lines into one file but without empty field at the and of shorter row? (Mercedes is shorter and CSV formatter creates last e...