asciiencoding - Convert ascii files into normal human-readable file -



asciiencoding - Convert ascii files into normal human-readable file -

i have got ascii files , want convert them maybe excel or tab/csv delimited text file. file table field name , field attributes. includes index name, table name , field(s) index if required depending on software. don't think necessary think of this. well, field name , field attributes enough, hope so. want info hidden inside. can experts help me done.

the lines 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 ascii file in details, operating system, , on, be:

1 - cutting top n-lines, containg info don't want. leave filds names, if want to.

2 - check if fields separated mutual character, example, 1 comma ,

3 - import file within spreadsheet program, excel or openoffice calc. in oocalc, take import file, select right separating character

that's all.

ascii asciiencoding

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -