What do you understand by Delimited files? Why are they called CSV files?
Answer Posted / Ranjeet Singh Chahar
"Delimited files" are text files that use a specific character (delimiter) to separate individual data elements. The most common delimiter is a comma, which gives them the name "Comma-Separated Values" or CSV files.nnCSV files allow for easy data exchange between various applications and systems because of their simple structure. They can be opened and edited using basic text editors or specialized tools designed for handling CSV data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers