The CSV file format is just Comma Separated Values. Use the CLIPS I/O functions to open a file, write out your results separated by commas, and then close the file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I wish to export the Clips results to an excel/csv file.
Can anyone suggest me how this can be done.
The CSV file format is just Comma Separated Values. Use the CLIPS I/O functions to open a file, write out your results separated by commas, and then close the file.