User Activity

we have a need here where we need to allow a task schedule change from external application, does snaplogic supports such requests ? is there any API available to change the task schedule ? Mostly schedule change will encompass following - task sched...
I have a pipeline in which I am reading a file and parse it with CSV parser. Name|Age|Gender David| 18| M Julie|20|F I am able to parse the file but at the end of each record, I would like to append a file name in which record comes. So reading a fil...
We are having a main pipeline which has error pipeline, it is being exposed on REST endpoint but somehow when it ends up in error scenario it does not return any output. wondering what am I missing here ? Any example here ? on error pipeline view ?
I have a usecase in which I get the files from some software that has record as follows - Item Account Paid … 1 2.05 1 1.00 1 3.05 2 4.00 3 5.00 Now, I want to select the records having max value from account pai...
I have a need here where I want to write a file at multiple source however I could not find multi file writer ? is there a way I can do that ? any tips ?