Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Converting .txt file to .dbf file in UNIX

Status
Not open for further replies.

krpst19

Programmer
Jun 22, 2001
10
US
I'm trying to convert a simple comma delimited string to a database file(.dbf)(IV preferably), and I want to do it in UNIX so I can automate the process. I can easily do it in MS Excel but I don't believe I can automate Excel in a UNIX env.
thanks
K
 
Sorry I meant to say comma delimted text file.
K
 
your requirement is not precisely spelt out, what is the exact nature of the conversion ?

if it is just changing a set of characters into another, u can use shell programming, (or sed or awk). That will be much simpler than writing a C program.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top