Join Slack
Powered by
Anyone ever try to base64 encode and base64 decode...
# suitescript
m
Mahin
03/03/2020, 11:27 AM
Anyone ever try to base64 encode and base64 decode in suitescript. It needs to be work similar like base64_encode() and base64_decode() used in PHP.
n
Nikola Gavric
03/03/2020, 11:51 AM
@Mahin
check out the N/encode module
b
battk
03/03/2020, 12:56 PM
beware N/encode if you are working with binary data
battk
03/03/2020, 1:04 PM
i personally have not found a base64 module from npm that i like. i usually had to slightly modify one to work with netsuite
m
Mahin
03/04/2020, 5:07 AM
@Nikola Gavric
Mahin
03/04/2020, 5:08 AM
@battk
thank you. Any option in suitescript 1.0?
b
battk
03/04/2020, 5:24 AM
go on npm and search for a working base 64 module
5
Views
Open in Slack
Previous
Next