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.
@ptaylor thanks for the reply!
Did you mean of possibility to import other packages without having RPE set up? Can you please in that case share an example (or simple pipeline)?
Hi @mtran21
What is the desired length with leading zeroes? you could have examples like 00123, 01234, or 00001.
Under the assumption that you know the length, for example 5 here, then you could do something like:
("00000"+$MyNum.toString()).slice(-5...
You have to use a Script snap. It supports JavaScript, Python and Ruby. Here is an article that uses Javascript Achieve Custom 256BIT AES/CBC/PKCS7 Encryption in SnapLogic Using Script Snap - ⋮IWConnect
The basic python support with the Script snap i...