is it possible to create a zip file using suit scr...
# suitescript
d
is it possible to create a zip file using suit script( Ex : folder which contains some N number of files need to be zip this folder ) ?
u
you may use JSZip but more it less it would hit the execution count limit
👍 1
d
@クリスピポテト Any sample script which u have tried in NS using JSZip?
u
Are youn planning to use it in a MapReduce script?
d
@クリスピポテト Yes
u
The easiest way is use the exports function and shim the exports on your NAMDConfig so you could use the sample in https://stuk.github.io/jszip/