Comma-Separated Values are a list of plaintext values delimited by commas, or a file containing one or more lists in that format.
41
votes
7answers
16k views
CSV parser/reader for C#?
is there a good and free implementation of CSV parser available under some liberal licence? Some counterpart of SuperCSV for Java, perhaps a port?
39
votes
18answers
28k views
Microsoft Excel mangles Diacritics in .csv files?
I am programmatically exporting data (using PHP 5.2) into a .csv test file.
Example data: Numéro 1 (note the accented e).
The data is utf-8 (no prepended BOM)
When I open this file in MS excel is ...
35
votes
10answers
32k views
How to output MySQL query results in csv format?
Is there an easy way to run a MySQL query from the linux command line and output the results in csv format?
Here's what I'm doing now:
mysql -u uid -ppwd -D dbname << EOQ | sed -e 's/ ...
34
votes
12answers
29k views
csv api for java
Can anyone recommend a simple API that will allow me to use read a csv input file, do some simple transformations, and then write it.
A quick google has found http://flatpack.sourceforge.net/ which ...
32
votes
13answers
20k views
CSV parser in C++
All I need is a good CSV file parser for C++. At this point it can really just be a comma-delimited parser (ie don't worry about escaping new lines and commas). The main need is a line-by-line ...
32
votes
11answers
21k views
Dealing with commas in a CSV file
I am looking for suggestions on how to handle a csv file that is being created, then uploaded by our customers, and that may have a comma in a value, like a company name.
Some of the ideas we are ...
32
votes
13answers
15k views
CSV File Imports in .Net
I realize this is a newbie question, but I'm looking for a simple solution - it seems like there should be one.
What's the best way to import a CSV file into a strongly-typed data structure? Again ...
26
votes
3answers
5k views
Can a CSV file have a comment?
Is there any official way to allow a CSV formatted file to allow comments, either on its own line OR at the end of a line?
I tried checking wikipedia on this and also RFC 4180 but both do not mention ...
26
votes
13answers
48k views
Create a CSV File for a user in PHP
I have data in a MySQL database. I am sending the user a URL to get their data out as a CSV file.
I have the e-mailing of the link, MySQL query, etc. covered.
How can I, when they click the link, ...
25
votes
3answers
28k views
How to use the CSV MIME-type?
In a web application I am working on, the user can click on a link to a csv file. There is no header set for the mime-type, so the browser just renders it as text. I would like for this file to be ...
24
votes
6answers
16k views
in rails, how to return records as a csv file
I have a simple database table called "Entries":
class CreateEntries < ActiveRecord::Migration
def self.up
create_table :entries do |t|
t.string :firstName
t.string :lastName
...
22
votes
2answers
622 views
TStringList splitting bugs
Recently I've been informed by a reputable SO user, that TStringList has splitting bugs which would cause it to fail parsing CSV data. I haven't been informed about the nature of these bugs, and a ...
20
votes
1answer
5k views
What is Ruby 1.9 standard csv library?
When I try the FasterCSV gem on my application I have this error:
Please switch to Ruby 1.9's standard
CSV library. It's FasterCSV plus
support for Ruby 1.9's m17n encoding
engine.
By The ...
20
votes
14answers
13k views
Converting CSV File to XML in Java
Is there an existing application or library in Java which will allow me to take CSV data and create an XML file? The XML tags would be provided through maybe the first row containing column headings.
18
votes
3answers
13k views
XML to CSV Using XSLT
I have the following XML document:
<projects>
<project>
<name>Shockwave</name>
<language>Ruby</language>
<owner>Brian May</owner>
...
18
votes
7answers
28k views
PHP code to convert a MySQL query to CSV [closed]
What is the most efficient way to convert a MySQL query to CSV in PHP please?
It would be best to avoid temp files as this reduces portability (dir paths and setting file-system permissions ...
17
votes
8answers
22k views
What's the best way to export UTF8 data into Excel?
So we have this web app where we support UTF8 data. Hooray UTF8. And we can export the user-supplied data into CSV no problem - it's still in UTF8 at that point. The problem is when you open a typical ...
17
votes
9answers
32k views
How can I read and manipulate CSV file data in C++?
Pretty self-explanatory, I tried google and got a lot of the dreaded expertsexchange, I searched here as well to no avail. An online tutorial or example would be best. Thanks guys.
17
votes
7answers
34k views
How to export data from SQL Server 2005 to MySQL
I've been banging my head against SQL Server 2005 trying to get a lot of data out. I've been given a database with nearly 300 tables in it and I need to turn this into a MySQL database. My first ...
16
votes
5answers
4k views
Parsing CSV files in C#
Is there a default/official/recommended way to parse CSV files in C#? I don't want to roll my own parser.
Also, I've seen instances of people using ODBC/OLE DB to read CSV via the Text driver, and a ...
16
votes
12answers
12k views
Parse Delimited CSV in .NET
I have a text file that is in a comma separated format, delimited by " on most fields. I am trying to get that into something I can enumerate through (Generic Collection, for example). I don't have ...
15
votes
2answers
4k views
Get CSV Data from Clipboard (pasted from Excel) that contains accented characters
SCENARIO
My users will copy cells from Excel (thus placing it into the clipboard)
And my application will retrieve those cells from the clipboard
THE PROBLEM
My code retrieves the CSV format ...
15
votes
5answers
51k views
How to export data as CSV format from SQL Server using sqlcmd?
I can quite easily dump data into a text file such as:
sqlcmd -S myServer -d myDB -E -Q "select col1, col2, col3 from SomeTable" -o "MyData.txt"
However, I have looked at the help files for sqlcmd ...
15
votes
17answers
20k views
Generate Insert SQL statements from a csv file
I need to import a csv file into Firebird and I've spent a couple of hours trying out some tools and none fit my needs.
The main problem is that all the tools I've been trying like EMS Data Import ...
14
votes
2answers
6k views
writing header in csv python with DictWriter
assume I have a csv.DictReader object and I want to write it out as a csv file. How can I do this?
I thought of the following:
dr = csv.DictReader(open(f), delimiter='\t')
# process my dr object
# ...
14
votes
6answers
6k views
Regex for Comma delimited list
What is the regular expression to validate a comma delimited list like this one:
12365, 45236, 458, 1, 99996332, ......
14
votes
8answers
25k views
How to read a csv file into a .net datatable
How can I load a csv file into a System.Data.DataTable, creating the datatable based on the CSV file?
Is there a class library for this or can I use ADO.net to connect to the file?
14
votes
7answers
17k views
convert csv/xls to json
Does anyone know if there is application that will let you covert preferably xls to JSON. ill also settle for a converter from csv since thats what ill probably end up having to write myself if there ...
14
votes
5answers
21k views
Macro to save each sheet in an Excel workbook to separate CSV files
How do I save each sheet in an Excel workbook to separate CSV files with a macro?
I have an excel with multiple sheets and I was looking for a macro that will save each sheet to a separate CSV (comma ...
13
votes
6answers
9k views
Yahoo! Finance CSV file will not return Dow Jones (^DJI)
I am trying to retrieve market data from Yahoo! finance and the script has worked fine for years, but recently, it stopped showing The Dow Jones data. Here is the URL:
...
13
votes
5answers
5k views
Simple C# CSV Excel export class
Thought this might be handy for someone, this is an extremely simple CSV export class that I needed. Features:
Extremely simple to use
Escapes commas and quotes so excel handles them fine
Exports ...
13
votes
7answers
3k views
13
votes
10answers
4k views
Command line CSV viewer?
Anyone know of a command-line CSV viewer for Linux/OS X? I'm thinking of something like less but that spaces out the columns in a more readable way. (I'd be fine with opening it with OpenOffice Calc ...
13
votes
8answers
13k views
Can you recommend a Java library for reading (and possibly writing) CSV files?
Can you recommend a Java library for reading, parsing, validating and mapping rows in a comma separated value (CSV) file to Java value objects (JavaBeans)?
13
votes
8answers
14k views
CSV file. Excel is automatically converting my text to a date. Bad Excel
Does anyone happen to know if there is a token I can add to my csv for this field so Excel doesn't try to convert it?
I'm trying to write a csv file from my application and one of the values happens ...
12
votes
2answers
2k views
Use Scala parser combinator to parse CSV files
I'm trying to write a CSV parser using Scala parser combinators. The grammar is based on RFC4180. I came up with the following code. It almost works, but I cannot get it to correctly separate ...
12
votes
9answers
10k views
How do I get csv file to download on IE? Works on firefox
I'm struggling with an odd error. I have a simple web app that grabs stuff from a DB then outputs it as a downloadable csv file. It works on firefox and chrome, but IE fails to recognize it as a csv ...
12
votes
4answers
3k views
Python csv library with Unicode/UTF-8 support that “just works”
The csv module in Python doesn't work properly when there's UTF-8/Unicode involved. I have found in Python documentation (http://docs.python.org/library/csv.html) and other webpages snippets that work ...
12
votes
7answers
21k views
SQL Server Bulk insert of CSV file with inconsistent quotes
Is it possible to BULK INSERT (SQL Server) a CSV file in which the fields are only OCCASSIONALLY surrounded by quotes? Specifically, quotes only surround those fields that contain a ",".
In other ...
11
votes
19answers
4k views
When and Why is XML preferable to CSV?
sometimes it feels like XML has been used just because it was fashionable.
11
votes
11answers
12k views
Writing a CSV file in .net
I have a requirement to export a dataset as a CSV file.
I have spent a while searching for a set of rules to go by and realised there are quite a few rules and exceptions when writing a CSV file.
...
11
votes
4answers
4k views
How to view a DataTable while debugging
I'm just getting started using ADO.NET and DataSets and DataTables. One problem I'm having is it seems pretty hard to tell what values are in the data table when trying to debug.
What are some of the ...
11
votes
7answers
3k views
Is there a “proper” way to read CSV files
In .net, is there a standard library that should be used to read in csv files? All the samples on the web roll their own csv reader / parser, or use OleDb.
It's not a problem using any of these ...
10
votes
9answers
5k views
How can I output a UTF-8 CSV in PHP that Excel will read properly?
I've got this very simple thing that just outputs some stuff in CSV format, but it's got to be UTF-8. I open this file in TextEdit or TextMate or Dreamweaver and it displays UTF-8 characters properly, ...
10
votes
3answers
18k views
how to export query result to csv in Oracle SQL Developer?
I'm using Oracle SQL Developer 3.0. Trying to figure out how to export a query result to a text file (preferably CSV). Right clicking on the query results window doesn't give me any export options.
10
votes
5answers
3k views
Python CSV error: line contains NULL byte
I'm working with some CSV files, with the following code:
reader = csv.reader(open(filepath, "rU"))
try:
for row in reader:
print 'Row read successfully!', row
except csv.Error, e:
...
10
votes
3answers
2k views
Column headers in CSV using fileHelpers library?
Is there a built-in field attribute in the FileHelper library which will add a header row in the final generated CSV?
I have Googled and didn't find much info on it. Currently I have this:
...
10
votes
4answers
412 views
Autodetect Presence of CSV Headers in a File
Short question: How do I automatically detect whether a CSV file has headers in the first row?
Details: I've written a small CSV parsing engine that places the data into an object that I can access ...
10
votes
1answer
4k views
Groovy load .csv files
How to read and import .csv file in groovy on grails. I have .csv file with data and
need to import in to db using user interface .
thanks in advance,
srinath
10
votes
3answers
911 views
C++ stream operator question
I suppose this might be simple question for all the gurus here but I somehow couldn't figure out the answer.
I want to be able to write csv cells to stream as simple as this:
stream << 1 ...