| SavePageToCSV |
This creates a data file in the popular CSV (comma-separated) format.
SyntaxParameters:filename – filename of the CSV file, which should have the .csv extension to improve interoperability with other programs. Examples:SavePageToCSV,file1.csv Save the current page as a comma-separated file of the name file1.csv into the myImportedData directory. Comments:You supply only a short file name, not the directory information. The file will be written to the myImporteddata directory specified in the variables file for the current user. |