开发者

Convert ascii files into normal human-readable file

开发者 https://www.devze.com 2023-03-19 15:57 出处:网络
I have got ASCII files and want to convert them into maybe excel or tab/csv delimited text file开发者_如何学C. The file is a table with field name and field attributes. It also includes index name, ta

I have got ASCII files and want to convert them into maybe excel or tab/csv delimited text file开发者_如何学C. The file is a table with field name and field attributes. It also includes index name, table name and field(s) to index if required depending on the software. I don't think it is necessary to think of this. Well, field name and field attributes are enough, I hope so. I just want the information hidden inside. Can you all experts help me to get this done.

The lines are something like this:

10000001$"WORD" WORD$10001890$$$$495.7$$$N$$
10000002$11-word-word word$10000002$$$$$$$Y$$
10000003$11-word word word$10033315$0413004$$$$$$N$$
10000004$11-word word word$10033315$$$$$$$Y$017701$


The general answer, before knowing your ascii file in details, operating system, and so on, would be:

1 - cut the top n-lines, that containg the information you don't want. Leave the filds names, if you want to.

2 - check if the fields are separated by a common character, for example, one comma ,

3 - import the file inside a spreadsheet program, like Excel or OpenOffice Calc. In OOCalc, choose to import the file, then select the correct separating character

that's all.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号