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
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.