Hi There! I'm working on a script that is pulling ...
# suitescript
n
Hi There! I'm working on a script that is pulling a file in the file cabinet. I'm getting an error though that is saying that the file is bigger than 10mb so I'm not able to use file.load. does anyone know of a workaround for this?
e
If your file is text, you can iterate over the lines using
fileObj.lines.iterator()
d
Not sure if it will help your use case but have you looked at the compress module?
n
oh I have not!
I'll take a look into it!
@ehcanadian So under 10mb it works but over 10mb it doesn't even allow me to use file.load at all