Script to decode base64 in transform script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 10:54 AM
Hello,
I have a requirement to decode the data from Base64 when importing data. Currently I have the following script, but while it does bring the right format and some of the correct characters, it is not entirely correct and I cannot solve why. For example, 6e7efd23-fd60-47fd-fd6d-50342109fd6c is the outcome of I81+bmCLpEetbVA0IQnybA== but when I run it through the decoder I have, it says it should be 6E7ECD23-8B60-47A4-AD6D-50342109F26C.There are many similarities but there are also a lot of errors. Any help would be greatly appreciated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 10:55 AM
ServiceNow is not allowing me to paste my code here. If anyone knows how to achieve this it would be appreciated if they could share.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 10:59 AM