home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / mswindo / apps / 2011 < prev    next >
Encoding:
Text File  |  1992-08-16  |  1.4 KB  |  35 lines

  1. Newsgroups: comp.os.ms-windows.apps
  2. Path: sparky!uunet!comp.vuw.ac.nz!animal!lchiu
  3. From: lchiu@animal.gcs.co.nz (Laurence Chiu)
  4. Subject: Re: Program to convert text data to spreadsheet or database formats
  5. Message-ID: <Bt3Loq.GC4@animal.gcs.co.nz>
  6. Organization: GCS Limited, Wellington, New Zealand
  7. References: <1992Aug13.103020.14180@ms.uky.edu>
  8. Date: Sun, 16 Aug 1992 22:41:09 GMT
  9. Lines: 24
  10.  
  11. In article <1992Aug13.103020.14180@ms.uky.edu> tek@ms.uky.edu (Thomas E. Kunselman) writes:
  12. >Does anyone know of a program for windows or dos that can be used to easily
  13. >convert data that is in a text format to a spreadsheet or database format?
  14. >
  15. >I know about parsing within spreadsheets, but apparently this is too 
  16. >difficult for our secretary to learn how to use.  Is there something
  17. >even more friendly than that?
  18. >
  19. >Thanks!
  20. >-- 
  21. >Thomas Kunselman                               {rutgers,uunet}!ukma!tek 
  22. >Office of Planning & Assessment              bitnet: vaatek@ukcc.bitnet
  23. >#8 Administration Building            internet:tek@ms.uky.edu
  24. >University of Kentucky
  25.  
  26. Yes I have had some difficulty with parsing myself. With large files it
  27. can take a while and you may have to split up the parse. I have had
  28. great success in using csv files (comma separated values). If you can
  29. get the text data into a form where each proposed field is separated from
  30. its neighbour by a comma then Excel can import those directly as .csv
  31. files.
  32.  
  33. Laurence Chiu
  34.  
  35.