<@UASKHQ3MX> <https://netsuiteprofessionals.slack....
# suitescript
j
Can you help me on how i can convert it into CSV?
m
Is this from a saved search you are exporting?
Just to make sure - you do realise that you can just click "Yes" to open the file?
j
we are using Scheduled script the creates the file then saves in the file cabinet
m
Post your code that is creating the file
h
hey @JM I have still my code in there, is @jhie not around?
👍 1
j
mejo busy sir
👍 1
j
Hi JM, As @michoel said, the file format is actually an xml although you set the extension as .xls so when you lunch the file is giving you an alert or an information that your opening an XML file. Microsoft implemented a special handler to view and open those files in corresponding application. This handler looking inside the XML and searches for an XML processing instruction which is named mso-application can specify as progid. In your script equivalent is <?mso-application progid="Excel.Sheet"?>.