Functions > Reading and Writing Files > Example: Read and Write CSV Files
  
Example: Read and Write CSV Files
For information on using this example, see To Copy Math Examples from the Help.
1. Use READCSV to read a CSV file.
Click to copy this expression
2. Display the content of the read file.
Click to copy this expression
3. Capture the three columns of matrix M1.
Click to copy this expression
Click to copy this expression
Click to copy this expression
4. Create a new matrix N using the augment function, and display its content.
Click to copy this expression
Click to copy this expression
5. Use WRITECSV to write the new matrix to a file.
Click to copy this expression
6. Read the newly written CSV file and display its content.
Click to copy this expression
Click to copy this expression