![]() |
|
|
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 |
| Top level TCSH while Loop doen't work | sprynmr | UNIX for Dummies Questions & Answers | 2 | 01-23-2009 09:07 AM |
| How to work with fields of a csv file? | praveen_b744 | UNIX for Dummies Questions & Answers | 12 | 09-16-2008 07:52 AM |
| The loop that dosent work | jadionne | UNIX for Dummies Questions & Answers | 12 | 01-11-2008 09:25 AM |
| valiable cannot work for output file | happyv | Shell Programming and Scripting | 5 | 03-08-2007 02:23 AM |
| Why script For...Loop doesn't work. Seek help | duke0001 | UNIX for Dummies Questions & Answers | 3 | 10-16-2006 05:22 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Work CSV file with awk loop
I need to converts a CSV file from Format "A" into Format "B", where the first field is repeated in a loop with a counter. I'am quite sure that this is with AWK possible burt the "Forum Search Function" doesn't work at the moment.
Format "A" A1;B1 ;B2 ;B3 A2;C1 ;C2 ;C3 ;C4 Format "B" A1;1;B1 A1;2;B2 A1;3;B3 A2;1;C1 A2;2;C2 A2;3;C3 A2;4;C4 |
| Bookmarks |
| Tags |
| awk, convert, csv, file |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|