OpenVMS - Convert utility to convert .csv to .dbf ???

  • Follow


I am looking for a covert utility to convert .csv files
to .dbf in Openvms. Is there such a thing?

Thanks,
Chuck
0
Reply caaron (111) 9/19/2006 1:32:31 PM

Can you tell us what you mean by .dbf files? Dbase III or IV perhaps?

Bart Zorn

Chuck Aaron wrote:
> I am looking for a covert utility to convert .csv files
> to .dbf in Openvms. Is there such a thing?
> 
> Thanks,
> Chuck

0
Reply Bart.Zorn2 (177) 9/19/2006 1:53:00 PM


Most database products for example Oracle have nothing called sqlload,
so if you know the location of the fields you can import the data like
this.

example
$ sqlload username/password log=xyz.log control=xyz.ctl

!xyz.ctl
load data infile xzy.dat
truncate
 into into table employees

(
username positio(01:12) char,
employee_number position(13:17) char
..etc
..etc
)

Regard
Mark



Chuck Aaron wrote:
> I am looking for a covert utility to convert .csv files
> to .dbf in Openvms. Is there such a thing?
> 
> Thanks,
> Chuck

0
Reply mb301 (68) 9/19/2006 2:00:37 PM

Chuck Aaron wrote:
> I am looking for a covert utility to convert .csv files
> to .dbf in Openvms. Is there such a thing?

   Others have asked for details of the target format (eg: the particular target 
database application).  The other is what format(s) the target might accept as 
input -- a specific and native format for the data to be imported, or can it 
import, for instance, XML files?

   Getting from CSV into XML is pretty easy, for instance, and can very likely 
be performed with little more than some custom DCL procedure code.
0
Reply hoff-remove-this (566) 9/19/2006 2:49:50 PM

Chuck Aaron wrote:
> I am looking for a covert utility to convert .csv files
> to .dbf in Openvms. Is there such a thing?
>

Neither .cvs nor .dbf mean anything to OpenVMS. And, AFAIK and FWIW
they mean nothing to *nix. So you must be talking about DOS or Windows,
which uses file type associations. In that case they could be:

CVS Sound File
CVS Canvas Drawing File
CVS Outlook Express File
CVS Comma-separated Value File

DBF ArcView Shapefile Attribute Table File (ESRI)
DBF Database File
DBF JetForm FormFlow Data File
DBF MS Query database File
DBF Oracle 8.x Tablespace File

and whatever else you might associate with them. In OpenVMS they could
be anything at all.

If the "DBF" and "CVS" applications run on VMS, and if is logical to
exchange files between them, then there's probably a function or
utility to to so. Look there.

If neither the "DBF" application nor the "CVS" application runs on
OpenVMS, then it isn't logical to expect that a VMS conversion routine
would exist. Try Google.

0
Reply dphill46 (609) 9/19/2006 4:13:24 PM

In article <eeorhg$7eg$1@mailhub227.itcs.purdue.edu>, Chuck Aaron <caaron@ceris.purdue.edu> writes:
> I am looking for a covert utility to convert .csv files
> to .dbf in Openvms. Is there such a thing?

   Yes, but if we give it to you,we have to shoot you.

   8-)

   What's a .dbf?

0
Reply koehler2 (8190) 9/19/2006 5:07:57 PM

Chuck Aaron wrote:
> I am looking for a covert utility to convert .csv files
> to .dbf in Openvms. Is there such a thing?
>
> Thanks,
> Chuck
If your reference to dbf means dbase/foxpro database files,
then there is a java tool to do this at
http://sourceforge.net/projects/dbmt
disclaimer: I havn't used it 
Phil

0
Reply dooleys (229) 9/21/2006 3:24:41 AM

dooleys@snowy.net.au wrote:

> Chuck Aaron wrote:
> 
>>I am looking for a covert utility to convert .csv files
>>to .dbf in Openvms. Is there such a thing?
>>
>>Thanks,
>>Chuck
> 
> If your reference to dbf means dbase/foxpro database files,
> then there is a java tool to do this at
> http://sourceforge.net/projects/dbmt
> disclaimer: I havn't used it 
> Phil
> 

I think the CIA or, perhaps, NSA would be the appropriate places to look 
for a covert utility! ;-)
0
Reply rgilbert88 (4359) 9/21/2006 8:48:51 PM

"Richard B. Gilbert" wrote:
> I think the CIA or, perhaps, NSA would be the appropriate places to look
> for a covert utility! ;-)


Or somewhere under the SYS$LOGIN of John Covert ?   :-) :-) :-) :-) :-) :-)
0
Reply jfmezei.spamnot4 (5184) 9/22/2006 12:56:02 AM

"Richard B. Gilbert" <rgilbert88@comcast.net> writes:

> I think the CIA or, perhaps, NSA would be the appropriate places to
> look for a covert utility! ;-)

Nonsense, hp have plenty. I'm sure they caould sell you some, and some
Integrity to go with it.

-- 
Paul Repacholi                               1 Crescent Rd.,
+61 (08) 9257-1001                           Kalamunda.
                                             West Australia 6076
comp.os.vms,- The Older, Grumpier Slashdot
Raw, Cooked or Well-done, it's all half baked.
EPIC, The Architecture of the future, always has been, always will be.
0
Reply prep (906) 9/24/2006 6:09:50 PM

9 Replies
45 Views

(page loaded in 0.148 seconds)

Similiar Articles:





7/22/2012 10:51:38 PM


Reply: