T.R | Title | User | Personal Name | Date | Lines |
---|
369.1 | Cardfiler Format | ORCAS::HORMAN | Craig Horman | WEA SWAS | Fri Mar 10 1989 16:11 | 24 |
|
I just received a copy of the CARDFILER io code. I too plan on
writing a utility - when I can scrounge some spare time - to display
CARDFILER files on ANSI terminals, and to convert a non-CARDFILER
format file to CARDFILER format.
Please note:
o The CARDFILER format will soon change to support compound strings
(although it is likely the new version will read this older format).
o The OOTB team (of which I am NOT a part) will not support datafiles
created or modified by utilities/hacks written around the io code.
Send mail to ORCAS::HORMAN if you'd like a copy.
If anyone writes a CARDFILER utility, please mention it here. I hope
to find enough time in the next few weeks, but it's impossible to
predict my schedule. I know many people have expressed an interest
in the utilities mentioned above.
Craig
|
369.2 | Another user ... | 42143::PITT | Suspend all hackers ... by the neck! | Tue Aug 08 1989 13:37 | 16 |
| I would like to use the cardfiler as the user interface to a database - it is
an almost ideal application for this, since it is currently held on real cards!
Thinking a bit towards the future, however, I can see myself needing to write
programs to process the card data in arbitrary ways. This is really the same
issue as is being discussed in .0 and .1.
Are there any plans to provide callable CardFiler interface routines? Doing
so would increase the potential user-base considerably, I suspect. It would
also stop people like the author of .-1 from having to write (extremely useful)
unsupported utilities to access the data.
If this hasn't specifically been asked for, as a future product requirement,
then consider this to be one such request.
T
|
369.3 | No plans at this time | VIA::FINNEGAN | All of the best intentions are less than one good act. | Fri Aug 18 1989 14:00 | 7 |
| There are no plans for having an external calling interface for the cardfiler.
If you want to write up a proposal including what type of calls you want then I
will add it to the V3.0 wish list.
Neal
|
369.4 | Here's a first pass - anyone else got any comments? | 42143::PITT | Suspend all hackers ... by the neck! | Tue Aug 22 1989 08:46 | 18 |
| In response to .-1, here's a go at what I might want to do:
Essentially, I wish to have line-wise access to my data from a program. So, I
would envisage calls such as
CARDFILER$OPEN_FILE(Filename)
CARDFILER$OPEN_CARD(Indexvalue)
CARDFILER$GET_CARD_DATA(LineBuffer)
CARDFILER$PUT_CARD_DATA(LineBuffer)
CARDFILER$FIND_CARD(SearchString)
CARDFILER$CREATE_CARD(Indexvalue)
CARDFILER$OPEN_NEXT_CARD()
I think that would let me do anything I wanted from a relatively simple program.
Is this sufficient for a request for the next version? I guess some of the
argument lists might need to be extended a bit ...
T
|
369.5 | Load ASCII format file? | TLE::MEIER | VAX Ada - Quality is the only way to win! | Fri Dec 29 1989 17:37 | 15 |
| I might suggest as both a feature I'd like to see, and a possible way
to implement a way to load the cardfiler with data...Have it read in a
standard ASCII file, probably formatted in just the way it prints it
out. Like
<cardindex1>
<line1>
<line2>
...
<cardindex2>
<line1>
<line2>
.
.
.
|
369.6 | | VIA::FINNEGAN | All of the best intentions are less than one good act. | Thu Jan 25 1990 10:35 | 7 |
| This has been on the wish list for some time. Dave PHOBOS::WICKERT has written
a load program based on the I/O information that I gave him.
While I cannot support such a program, it may be useful for people who want to
convert existing data files.
Neal
|