Hi, I need to create only one CSV file by reading ...
# suitescript
s
Hi, I need to create only one CSV file by reading saved search data using a Map/Reduce script. We can't use global variables in Map/Reduce, can anyone help me, please?
r
Input to map to summarize Create the CSV in summarize. But the question is why map reduce ? And not schedule script if the task is just creating on CSV. You can also use task module to create the CSV btw. Instead of creating one urself.