Is it possible to read a file in a Mongoose form? And then process the records in the file?
What I want to do is allow the user to select a csv file on their computer. And then read the file and insert the data into a Mongoose IDO.
I've previously been able to save a file to a Mongoose IDO in Form Script using this command: ShowOpenFileDialogAndImportCurrentObjectPropertyAsBlob But this gives me the contents of the file as a blob. I want to contents as a FileStream so that I can read each line individually.
Does anyone know if it is possible to read the a file in Mongoose Form Script?