![]() | |
#11
| |||
| |||
|
|
mdsi2000 wrote: Hello, I'm trying to get some a couple of documents from Jet that was created in a Mentor in the late 90's. Those were Doc-U-Mentor files, then, not JET files, but they should be pretty similar. The system got converted to Universe NT, but Jet was never activated not converted. The files where just moved over. You should be able to get JET on uniVerse, AFAIK. I noticed that there are DICTs and data files. Some of the DICTs are pretty large. My question is where I must look for the documents to extract the data. For a JET installation, you'd look for files with "JET" or "TW" in their names. Can't speak to Doc-U-Mentor files, I'm afraid, but if you can write a utility to look in all the items in all the files in an account, you might be able to identify them by examining each line (attribute) and looking for those that start with leading backslash ("\") character. (Assuming Doc-U-Mentor uses the same standard as JET.) I plan on using a hex editor to piece the documents back. Should not be necessary, as the documents should be plain text, with the exception of some special characters, e.g. x'FD' for soft eol, x'F0' for tab, etc. Not clear to me what you plan to do with the documents, though... what does "piece back" mean? PS. I know that Tony Gravagno has a utility to convert, but management wants to keep it in house and doesn't want to pay for it. So the people in house _don't_ get paid for the time they spend? =`8^o Interesting concept. If I'd known about that, I might still be a small business owner! =`;^ Sorry Tony. I already tried. Peter Peter: what is the significance of the Subject line, anyway? ='8^O "JET" + "dead" in the same breath = disconcerting (to me, at least!) -- frosty aka JET |
#12
| |||
| |||
|
|
I was able to convert the JET documents to word. It wasn't that difficult. It must have taken me 30 minutes. I wrote a program to convert the raw text and write to a PETER file. Then used wintergrate to import to DOS. Then used Word to to add fonts. Below is the program. 0002: OPEN "TW.MICHAEL" TO F.TW ELSE STOP 0003: OPEN "PETER" TO F.PETER ELSE STOP 0004: CR.LF = CHAR(13):CHAR(10) 0005: SPC = ' ' 0006: STMT = \SELECT TW.MICHAEL \ 0007: EXECUTE STMT 0008: LOOP 0009: READNEXT ID ELSE EXIT 0010: READ R.TW FROM F.TW, ID ELSE R.TW = '' 0011: NO.OF.ATT = DCOUNT(R.TW,CHAR(254)) 0012: FOR A = 1 TO NO.OF.ATT 0013: IF R.TW<A>[1,6] = "\RULER" THEN R.TW<A> = "" 0014: NEXT A 0015: R.TW = CHANGE(R.TW, CHAR(253), SPC) 0016: R.TW = CHANGE(R.TW, CHAR(254), CR.LF) 0017: WRITE R.TW ON F.PETER, ID 0018: REPEAT Bottom at line 18. |

#13
| |||
| |||
|
|
"mdsi2000" wrote: I was able to convert the JET documents to word. It wasn't that difficult. It must have taken me 30 minutes. |
|
.. Now compare the cost of manual conversion (document tweaking after the initial text import) with the cost of ConnectingFlight and come to your own conclusions. |
#14
| |||
| |||
|
|
Tony Gravagno wrote: "mdsi2000" wrote: I was able to convert the JET documents to word. It wasn't that difficult. It must have taken me 30 minutes. [snip extensive ConnectingFlight featues] .. Now compare the cost of manual conversion (document tweaking after the initial text import) with the cost of ConnectingFlight and come to your own conclusions. Ok, so what do you think T? Maybe it will take him 40-45 minutes? G -- Kevin Powick |
#15
| |||
| |||
|
|
So Kevin, 30 minutes to 45 minutes, 45-30 = 15 minutes. THE FIRST ONE. I am one of the "stupid" people |
#16
| |||
| |||
|
|
jra wrote: So Kevin, 30 minutes to 45 minutes, 45-30 = 15 minutes. THE FIRST ONE. I am one of the "stupid" people I must be the "stupid" one because I soooo don't understand your post at all. Sorry, -- Kevin Powick |
#17
| |||
| |||
|
|
Kevin: Don't worry... It comes and goes. :-) Bill "Kevin Powick" <nospam (AT) spamless (DOT) com> wrote in message news:xn0en0vy54tspy1000 (AT) aioe (DOT) cjb.net... jra wrote: So Kevin, 30 minutes to 45 minutes, 45-30 = 15 minutes. THE FIRST ONE. I am one of the "stupid" people I must be the "stupid" one because I soooo don't understand your post at all. Sorry, -- Kevin Powick |
#18
| |||
| |||
|
|
I have seen people wanting to export data they have in excel to D3. Of course it is quite easy. Open Excel, Save as txt, read it fromm D3 with osfi. They do not understand there is a software that: You put all the excel files in a directory, run the software and all of them are converted to TXT. Then you read them from D3. It is not a tech problem in converting, the add value is to do it with hundreds directly. That's what Tony's software does. |

![]() |
| Thread Tools | |
| Display Modes | |
| |