answersLogoWhite

0


Best Answer

CSV stands for Comma-Separated Values. That might provide a hint.

In practice, they may not have to be commas. Some programs allow the use of other symbols as field separators. But commas are kind of the canonical separator for a CSV.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: CSV files contain fields that are separated by?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why is CSV useful?

Excerpts from Microsoft Computer Dictionary (5th Edn):.csv n. The file extension for a comma-delimited text file.CSV n. Acronym for comma separated values. Filename extension assigned to text files containing tabular data of the sort stored in database fields. As the name indicates, individual data entries are separated by commas.


What does the acronym CSV mean?

CSV is an acronym for Comma Separated Values. CSV is a file of plain text data It is usually named .csv or .txt and it is text to be taken as text separated by commas and line breaks.


What does csv mean?

Comma Separated Values It is a basic excel file which has no formatting at all and where columns are separated by commas, rows are seprated by new lines. You can open such files with any text editor


What does CSV stand for?

CSV stands for Comma-Separated Value, a format used in word processing.


Can a file with a csv extension can ONLY be used by Excel?

CSV is a Comma Separated Variable file. These are simple text files with data in lines and text separated by commas. They are used as ways of storing data so it can be imported from one application to another. A CSV file could be created in Excel and then opened in a database such as Access. Each line would be a record and where each comma would be it would start a new field. Coming from Excel, each comma would have been created from the division of each cell, so data could be taken from Access, put into a CSV format and transferred to Excel and many applications. So CSV files are not limited to Excel.


What is the meaning of csv in Excel?

CSV is Comma Separated Variable. It is a format used for files to enable them to be read by other applications. For Excel, what it will do is to save the spreadsheet as a text document with the values in each individual cell on a row separated by commas. This can then be read by things like a database which will put each value into a different field. Excel can also read CSV files and it will put values into different cells based on where it finds the commas. Say you had a CSV file that had the following content: January, February, March 10, 30, 50 When Excel opens it, it would put the January into A1, February into B1, March into C1, 10 in A2, 30 into B2 and the 50 into C2. Had that been the layout of values in cells in a spreadsheet and it was saved in CSV format, then it would be stored in a text file in the format above.


How do you delete sms messages from a tomtom rider?

If they don't delete as the norm then simply take the sd card, and look for the contacts folder, in there you will find txt files, you can edit them, stick to the save csv format and it will be fine. (csv=comma separated valuable) The only other alternative is unpair the phone and make sure there are no sms left on it however the above is the guaranteed way, be careful dont play with the other files. ;-)


How you can covert a cvs file to xls file?

You can open a CSV file directly with Excel. When you go to open it, look under All Files, so that you can see the file with a csv extension, and not just xls files. When you open it, it will read it into the worksheet, using the commas to mark where each new cell begins and each new line will be put into a new row.You can open a CSV file directly with Excel. When you go to open it, look under All Files, so that you can see the file with a csv extension, and not just xls files. When you open it, it will read it into the worksheet, using the commas to mark where each new cell begins and each new line will be put into a new row.You can open a CSV file directly with Excel. When you go to open it, look under All Files, so that you can see the file with a csv extension, and not just xls files. When you open it, it will read it into the worksheet, using the commas to mark where each new cell begins and each new line will be put into a new row.You can open a CSV file directly with Excel. When you go to open it, look under All Files, so that you can see the file with a csv extension, and not just xls files. When you open it, it will read it into the worksheet, using the commas to mark where each new cell begins and each new line will be put into a new row.You can open a CSV file directly with Excel. When you go to open it, look under All Files, so that you can see the file with a csv extension, and not just xls files. When you open it, it will read it into the worksheet, using the commas to mark where each new cell begins and each new line will be put into a new row.You can open a CSV file directly with Excel. When you go to open it, look under All Files, so that you can see the file with a csv extension, and not just xls files. When you open it, it will read it into the worksheet, using the commas to mark where each new cell begins and each new line will be put into a new row.You can open a CSV file directly with Excel. When you go to open it, look under All Files, so that you can see the file with a csv extension, and not just xls files. When you open it, it will read it into the worksheet, using the commas to mark where each new cell begins and each new line will be put into a new row.You can open a CSV file directly with Excel. When you go to open it, look under All Files, so that you can see the file with a csv extension, and not just xls files. When you open it, it will read it into the worksheet, using the commas to mark where each new cell begins and each new line will be put into a new row.You can open a CSV file directly with Excel. When you go to open it, look under All Files, so that you can see the file with a csv extension, and not just xls files. When you open it, it will read it into the worksheet, using the commas to mark where each new cell begins and each new line will be put into a new row.You can open a CSV file directly with Excel. When you go to open it, look under All Files, so that you can see the file with a csv extension, and not just xls files. When you open it, it will read it into the worksheet, using the commas to mark where each new cell begins and each new line will be put into a new row.You can open a CSV file directly with Excel. When you go to open it, look under All Files, so that you can see the file with a csv extension, and not just xls files. When you open it, it will read it into the worksheet, using the commas to mark where each new cell begins and each new line will be put into a new row.


How can I split a csv file by rows?

Reading CSV files that have embedded double quotes, commas and can include embedded line breaks is a complicated concept. I have chosen to write a regex pattern that can handle parsing the fields of a CSV with all those conditions. There are plenty of other examples of CSV parsers around, but none seem to do the trick I was looking for, which is grandly frustrating when Excel can import and export a CSV with all the listed nuances quickly and easily. So, not finding a good solution, I have written a short CSV parsing pattern. It is below. CSV-parser ^(("(?:[^"]|"")*"|[^,]*)(,("(?:[^"]|"")*"|[^,]*))*)$ Options (turned on in your language/utility): ^ and $ match at line breaks Description: below is a textual description of the regex pattern that may be helpful to programmers who want to understand what is happening in the regex. You can find all the details on this at the blog to which this was originally posted at: http://www.kimgentes.com/worshiptech-web-tools-page/2008/10/14/regex-pattern-for-parsing-csv-files-with-embedded-commas-dou.html


Merge two Excel files in DOS?

yes convert to csv then at command promt type copy *.csv all.txt rename all.txt all.csv open all.csv with xls and there you go


What are CSV file formats?

The comma-separated values (CSV) file format is a set of file formats used to store tabular data in which numbers and text are stored in plain textual form that can be read in a text editor. Lines in the text file represent rows of a table, and commas in a line separate what are fields in the tables row. Different implementations of CSV arise as the format is modified to handle richer table content such as allowing a different field separator character (necessary if numeric fields are written with a comma instead of a decimal point) or extensions to allow numbers, the separator character, or newline characters in text fields.


How do you convert an Excel database to a Mysql database?

1. For every sheet you have in Excel, create a matching table in MySQL database 2. Export excel data to a CSV file 3. Load the CSV files into MySQL database using one of the following: 3.1 mysqlimport - Loads tables from text files in various formats 3.2 LOAD DATA INFILE command 3.3 Create the tables with CSV storage engine, replace the CSV file in the database directory