ok, understood, but from a scalability perspective...
# suitescript
s
ok, understood, but from a scalability perspective, you think that if you returned just the CSV file object from
getInputData
it does not count the entire file size against the 50MB limit, instead only sending a tiny amount (one row) to
map()
at a time?