CatPlus
Technical User
- Jan 30, 2003
- 236
Hello all:
There are two types of files that Excel can import, FILE.CSV and FILE.TXT
CSV files are relatively easier to handle because no wizard get into play in opening the excel worksheet. However, that causes problems when cells have numeric values that are treated as number, like zip code 08648 would result 8648
This would be a major disaster if file is a mailing list
TXT files invokes Excel wizard with TAB delimitor and the
QUOTE symbol text qualifier.... two questions:
[1] What is the symbol or ESC CODE that represents TAB which can replace the , (COMMA SYSMBOL) in the example below
The wizard would then default to TAB and you click NEXT!
[2] Why QUOTE encapsulated cell is brought in as NUMBER instead of a NUMERIC STRING. If you dont highlight the field and check TEXT, value would be imported as NUMBER!
I have posted this question before but got inconclusive responses
"NAME","STREET","CITY","STATE","08648"
There are two types of files that Excel can import, FILE.CSV and FILE.TXT
CSV files are relatively easier to handle because no wizard get into play in opening the excel worksheet. However, that causes problems when cells have numeric values that are treated as number, like zip code 08648 would result 8648
This would be a major disaster if file is a mailing list
TXT files invokes Excel wizard with TAB delimitor and the
QUOTE symbol text qualifier.... two questions:
[1] What is the symbol or ESC CODE that represents TAB which can replace the , (COMMA SYSMBOL) in the example below
The wizard would then default to TAB and you click NEXT!
[2] Why QUOTE encapsulated cell is brought in as NUMBER instead of a NUMERIC STRING. If you dont highlight the field and check TEXT, value would be imported as NUMBER!
I have posted this question before but got inconclusive responses
"NAME","STREET","CITY","STATE","08648"