comma-delimited
|
||||||||
|
For example, data pulled from a database and represented in comma-delimited format looks something like the following. Each column value is separated by a comma from the next column’s value and each row starts a new line:
Adams, Jane, 46, female, New York When data is represented in comma-delimited format they also are referred to as comma-separated values, abbreviated CSV. |
|
|||||||