I'm trying to save an Excel 2007 file as a pipe-delimited text file but in the Save As list, I see only tab-delimited and csv options. How do I go about specifying the delimiter, which as I recall was possible in earlier Excel versions via a wizard?
|
feedback
|
|
From this page:
Now exporting as CSV in Excel will produce pipe-delimited files. | |||||
feedback
|
|
Also, assuming no commas in the actual data, you can export to regular .CSV, and then use notepad to Find/Replace all commas with pipes. If you do have commas in your data, then before exporting to .CSV, Find/Replace (within Excel) all of the commas to something that is not used in your data (e.g., the left curly brace, or the tilde). Then, after exporting and find/replacing commas to pipes, you can find/replace that new character back to commas. | |||
|
feedback
|
|
Changing the list separator back and forth is a pain. Leaving it as To do this with Notepad, highlight a | ||||
|
feedback
|