LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Cshell querying two files... (https://www.linuxquestions.org/questions/programming-9/cshell-querying-two-files-176409/)

HiOctane21 04-30-2004 02:01 PM

Cshell querying two files...
 
Hi all,
I have two .csv files Customers.csv and Orders.csv that I need to do query on and post all informations form both file into one single html table. knowing the customerID I need to query the contact name and the contact title from Customers.csv and the Order ID from Orders.csv. which also contains a customerID field.

Any suggestions on how to run a cshell script for that?

Thank you

ToniT 05-01-2004 07:19 PM

Why wouldn't you use a database for that kind of operations?


All times are GMT -5. The time now is 09:34 PM.