Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Here's my problem. I get a CSV file from a vendor that I need to edit. The
file comes in the following format: "field1","field2","field3","field4" After editing the file and saving as a CSV, my data looks like the following in a text editor: field1,field2,field3,field4 In order to send the file back to the vendor I need those quotation marks back. I've tried importing the data and setting the text qualifier to {none}, which accomplishes the goal of preserving the quotation marks, however when I save as a CSV file, my data comes out as so: """field1""","""field2""","""field3""","""field4"" " Any input would be greatly appreciated. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Maybe you could write your own exporting program that would behave exactly the
way you want: Here are three sites that you could steal some code from: Earl Kiosterud's Text Write program: www.smokeylake.com/excel (or directly: http://www.smokeylake.com/excel/text_write_program.htm) Chip Pearson's: http://www.cpearson.com/excel/imptext.htm J.E. McGimpsey's: http://www.mcgimpsey.com/excel/textfiles.html (or maybe you could build your own formula and copy|paste into Notepad.) Check out Earl's Text Write program first. It may do exactly what you want right out of the box. JBeckett wrote: Here's my problem. I get a CSV file from a vendor that I need to edit. The file comes in the following format: "field1","field2","field3","field4" After editing the file and saving as a CSV, my data looks like the following in a text editor: field1,field2,field3,field4 In order to send the file back to the vendor I need those quotation marks back. I've tried importing the data and setting the text qualifier to {none}, which accomplishes the goal of preserving the quotation marks, however when I save as a CSV file, my data comes out as so: """field1""","""field2""","""field3""","""field4"" " Any input would be greatly appreciated. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 File Problems (Opening New Format) | Excel Discussion (Misc queries) | |||
Does a file know how long it was edited or changed (Excel) | Excel Discussion (Misc queries) | |||
Excel not detecting that a file is currently being edited | Excel Discussion (Misc queries) | |||
swf flash file embedded in html file which is edited in excel.. he | Excel Discussion (Misc queries) | |||
Formula Integrity Not Preserved During Sort in Excel 2000 | Excel Discussion (Misc queries) |