What is a CSV File? See alot of posts about them.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What is a CSV File. See alot of posts about them. It may be a good idea to
avoid them all togeather.
 
BrianPaul said:
What is a CSV File. See alot of posts about them. It may be a good
idea to avoid them all togeather.

A CSV file is a text file in the "Comma-Separated Values" format. Each
line in the file represents a row of data, with the individual field
values in each row separated by commas. Text values may or may not be
enclosed in quotes; even if they are not always enclosed in quotes, a
text value will usually be enclosed in quotes if it contains a comma.

Many programs are capable of exporting or importing data in CSV format.
It was long the most common data interchange format, but it may be that
XML has now overtaken it.

Access can export, import, or link to CSV files.
 
Thanks Mr. Goldgar. You have helped me out on several posts. My Next Post
will be an important one but has nothing particular to do with this post.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top