How could I stream a csv file larger than 10 MB us...
# suitescript
t
How could I stream a csv file larger than 10 MB using a Restlet? My initial thought is to use lines iterator in the file module and hold the csv in memory in the calling app until complete? Would this work?