The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
reading data from excel using shell script
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
reading data from excel using shell script
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
7
(
permalink
)
01-05-2008
porter
Registered User
Join Date: Jan 2007
Posts: 2,965
This can be done with "IFS=," and "while read A B C D E ..."
What database are you using?
porter
View Public Profile
Find all posts by porter