ContributionsMost RecentMost LikesSolutionsServiceNow snap pack OAuth authorization support Hi, Currently the ServiceNow snap pack only provides username/password authentication. Is there a roadmap to support OAuth 2.0 authorization capability? Regards, Sripathi Re: SSH and Password Thanks @igormicev. I will reach out to our TAM. SSH and Password Hi, Currently the SSH account supports only key based authentication, we have a requirement for 2 factor authentication with private key and password. Is this in the roadmap to support in SnapLogic? Ref: SFTP Two-Factor Authentication Using SSH Keys and Passwords Tableau extract hyper format Hi, I could not find SnapLogic snap support to create .hyper format files (https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438172/TDE+Formatter+for+Tableau+9+and+10) could you please confirm? Is there a roadmap to support .hyper format? Is it anytime soon? Regards, Sripathi Binary union Hi Team, While we have binary router, why not provide binary union. Actually I do not require “union” I need to merge routed flows. Here’s my case. I have a requirement where I have to transfer file from A to B. I am building this as a generic pipeline for anyone to use passing A and B details as pipeline parameter, the reason for common pipeline is to include common logging steps which otherwise will be repeated in all pipelines. I also want to make this pipeline generic to include optional encryption steps. Then pipeline will be able to transfer file from A to B with or without encryption based on the input parameter. Now to build this, I have to route input file binary if encrypt=true use PGP encrypt snap, and then I need to come back to common flow, which for now could be done with Union snap, but it supports only document union, which means I need to convert from binary to document just for union and then again I have to convert back to binary before writing the file to target. Regards, Sripathi Re: What is the best way to loop through data from a file... like an csv? @swright, if you refer to below pipeline. It will make two REST API call to two different end point (URL constructed using input) and with HTTP body content as you see in the example. So basically the REST snap will take care of processing each document for you. Re: What is the best way to loop through data from a file... like an csv? @swright, not sure why you would require a complex setup. Is the processing complicated to be had in a separate pipeline. Most of the snaps process at document level, so you don’t have to loop, including REST snaps. Re: Custom snap Guice error ptaylor: ptaylor@snaplogic.com. Thanks @ptaylor. I will share the code shortly. Custom snap Guice error Hi, We are facing the following error with my custom snap. Has anyone faced this error, is this a known issue? My custom snap pack is a simple one with a snap and an account. Seems like the account injection is failing at certain point, a restart resolves the issue for a while and then the issue appears again out of the blue. First I thought it could be because the snap pack were deployed at multiple project, but then we cleaned it up and now snap pack is deployed only on the root shared folder, still we are facing the error. Any clue? Re: Delete part of File Operation snap Thanks @igormicev. However due to large volume of file at the source I really need to delete the files once processed, moving is not an option.