writeToFile
| dataSet.writeToFile( String fileName ) (professional and enterprise editions only) |
| Description |
| Writes the data contained by the set to a tab-delimited file. If the file already exists this method will append data to it. |
 |
| Example |
// Writes the data found in the current data set to the file // "extracted_data.txt". dataSet.writeToFile( "C:/site_data/extracted_data.txt" ); |
|
|