View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Martin Fishlock Martin Fishlock is offline
external usenet poster
 
Posts: 694
Default how do i change something from CSV to XML?

There are a number of programs out there that will convert CSV to dbaseIII
(dbf) files.

Otherwise it should work on excel.

Use open and select the csv type and if all the items go into column 1 just
use text
to columns on the data menu to seperate them and then save as DBF.


--
Hope this helps
Martin Fishlock, www.nyfconsultants.com, Bangkok, Thailand
Please do not forget to rate this reply.


"research help" wrote:

I have a CSV file, and I am trying to create a DBF out of it, but everytime I
change it all the values go into collum A, how do I stop this from happening
and how do I change it to an XML file, or a TXT file
?