download a .csv file to Excel

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

Guest

I am downloading data from a web based data base and it delivers the file as
a *.csv file. When I open the file on my computer, the data in each cell is
in quotations ie: 'name' 'address' etc. How do I remove these quotation marks?
 
acwerth said:
I am downloading data from a web based data base and it delivers the file as
a *.csv file. When I open the file on my computer, the data in each cell is
in quotations ie: 'name' 'address' etc. How do I remove these quotation marks?

Find and Replace. Find ' replace with - nothing!
 
acwerth said:
Thanks! How obvious and yet it never occured to me!!!

:

If you're not used to dealing with csv files, it's not something you
would immediately think of!
 

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