Join Slack
Powered by
is it possible to create a zip file using suit scr...
# suitescript
d
D17339
04/08/2020, 1:15 PM
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
クリスピポテト
04/08/2020, 1:18 PM
you may use JSZip but more it less it would hit the execution count limit
👍 1
d
D17339
04/08/2020, 1:27 PM
@クリスピポテト
Any sample script which u have tried in NS using JSZip?
u
クリスピポテト
04/08/2020, 1:28 PM
Are youn planning to use it in a MapReduce script?
d
D17339
04/08/2020, 1:30 PM
@クリスピポテト
Yes
u
クリスピポテト
04/08/2020, 2:07 PM
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/
2
Views
Open in Slack
Previous
Next