home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PILOT / database / JFILE / JCONV.TXT < prev    next >
Encoding:
Text File  |  1997-07-09  |  2.5 KB  |  60 lines

  1.  
  2. JFile Converter - version 1.6
  3.  
  4. 1.6 Allows fields to be up to 500 characters long, but each record
  5.     must remain below 4000 characters in total
  6.  
  7. 1.5 Replaces carriage returns in a JFile .pdb with spaces for .csv usage
  8.     Adds ability to use command line arguments for ease of use in batch files
  9.  
  10. 1.4 Fixes a bug that caused some .pdb's not to convert properly
  11.  
  12. 1.1 Update notice - should now handle true .csv files with quoted string
  13.     output, also pdb.->.csv file output will be in the format of
  14.     quoted string output also.
  15.  
  16.  
  17. ***************************************************************************
  18. NOTE: Be sure you are using JFile 1.0 beta-4 or later when loading a file that
  19. has been created with this import application.
  20. ***************************************************************************
  21.  
  22. This is just a very rough first cut at a JFile <-> comma seperated values
  23. import/export program.  It's a Windows95 console application.
  24.  
  25. A sample comma seperated values file is included for example purposes 
  26. (and is also available at the Pilot Memowarehouse!) for Airline Reservation
  27. Phone numbers.  
  28.  
  29. The format is:
  30. - top line is the field names, each seperated by a comma
  31. - each following line is a record, each field seperated by a comma
  32.  
  33. Be sure to follow this format, as there is only minimal error checking of
  34. the file being done at this point.  
  35.  
  36. Example Usage:
  37.  
  38. - Run jconv.exe
  39. - Select option 1 to go from CSV (comma seperated values) to JFile .pdb
  40. - Select input file name (airlines.txt)
  41. - Select output file name (airlines.pdb)
  42. - Select Pilot database name - no spaces (Airlines_Info)
  43.  
  44. You should then have an airlines.pdb file which you can upload to your Pilot
  45. just as you would any .prc program file, (in most instances this will be
  46. via the install app program that came with Pilot Desktop from USR).
  47.  
  48. Export of JFile .pdb's is also possible.  Your JFile .pdb's should be 
  49. backed up in your Pilot/<username>/backup directory.  If they are not, it
  50. is likely you have the older HotSync 1.0 which has a bug in that it only
  51. backs up a few non-ROM based app's databases - to correct this problem
  52. you need to upgrade to HotSync 1.1 or the Generic Conduit Manager from Pat
  53. Beirne.  
  54.  
  55. NOTE: Pat is currently working on a better conduit system than this simple
  56. export/importer for JFile, but since I have had many requests for simple
  57. export/import, I decided to release this application for user's looking
  58. for a way to get data into and out of JBase.  Watch for updates of this
  59. program as well as JFile in the future.
  60.