{% include nav1.html %}
The ability afforded by open-source code to edit the code of an application (such as mdEditor) according to the needs of the users.
A comma-separated values (CSV) file is a delimited text file that uses commas to separate values.
Click to read full definition!
A CSV file stores tabular data (numbers and text) in plain text. Each line of the file is a data record. Each data record consists of one or more fields separated by a comma. The fields most commonly represent the columns in a record. CSV fields generally use the .csv extension.