![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| text processing ( sed/awk) | anchal_khare | Shell Programming and Scripting | 12 | 02-29-2008 08:44 AM |
| String Processing | bthomas | UNIX for Dummies Questions & Answers | 1 | 02-19-2008 11:13 AM |
| Simple Event Processing != Complex Event Processing | iBot | Complex Event Processing RSS News | 0 | 12-16-2007 12:10 PM |
| Processing a CSV file | janemary.a | High Level Programming | 1 | 05-11-2007 06:27 AM |
| data processing | rochitsharma | UNIX for Advanced & Expert Users | 5 | 06-14-2006 04:13 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
In simple words of the scenario.
I have some set of files that are to loaded into a table in parallel Loading part would be taken care of the Abintio graph. I must develop a script which instructs this graph about how to process the files like wat files to process and how to process by passing on some parameters. This is the task... let me explain u much better with an example. Let have that i have the following files EMP.dat, DEPT.dat, BONUS.dat I have splited all these files into two. EMP001.dat, EMP002.dat, DEPT001.dat, DEPT002.dat, BONUS001.dat, BONUS002.dat Now take TO Parameters $Load_batch and $set_time IF $load_batch ='N' the script should provide the information of the files to be processed (which are EMP.dat, DEPT.dat, BONUS.dat) IF $load_batch = "y" The script should provide the information of batches (first batch files EMP001.dat, DEPT001.dat, BONUS001.dat; Second Batch EMP002.dat, DEPT002.dat, BONUS002.dat) $set_time is a parameter defines the time between these batches... Any ideas on this. ? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|