I am uncertain about the docs for n/file. I unders...
# suitescript
c
I am uncertain about the docs for n/file. I understand that it will accept data, and turn it into a file in the "File Cabinet", but I am unsure how get the contents of a scripted search stuck in the file. I see the
File.appendLine
function but the docs call it out as being for CSVs I just want the splat the output of the search into the file. The end goal is to have a data set that I can test some scripts against so I'm not over running the server instance with crap. I may also be overthinking this and just need to run all this in the NS sandbox.