Anyone ever try to base64 encode and base64 decode...
# suitescript
m
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
@Mahin check out the N/encode module
b
beware N/encode if you are working with binary data
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
@Nikola Gavric
@battk thank you. Any option in suitescript 1.0?
b
go on npm and search for a working base 64 module