If you have a 1 million character string and you w...
# suitescript
a
If you have a 1 million character string and you want to pass it as a parameter to a map reduce script with
task.create
, can you do that even if the type of the parameter is long text which has a limit of 100,000 characters?
b
no
a
Any tricks?
b
create a file and pass the id of the file to load
in the map/reduce
a
Ah nice.
Thanks.