![]() |
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 |
| how to read fixed length flat file.... | willywilly | Shell Programming and Scripting | 2 | 08-04-2009 08:02 AM |
| Flat File column manipulation | net | Shell Programming and Scripting | 5 | 03-05-2009 03:14 AM |
| Converting Column to Rows in a Flat file | srinikal | Shell Programming and Scripting | 5 | 10-10-2008 04:32 PM |
| How to read lines from a flat file | bihani4u | Shell Programming and Scripting | 2 | 09-28-2006 02:54 PM |
| Look up column in a flat file | jambesh | Shell Programming and Scripting | 5 | 09-18-2006 06:44 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How to read the first column in a flat file with ~ as delimiter
I have one flat file like below
id1~col~batch1 id2~col2~batch2 id3~col3~batch3 I need to read the first column one by one and I need to write one db2 query based on that column1 Like for (i=0;i<=10;i++) do insert into table column (con_id) values (select column from table where id=$i) done<input_file Here i should be id1,id2 & id3 etc... something like this.. Can you please help me in reading the first column of the flat file and how can I use that value in the query. Thanks in advance. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|