![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Dynamically Creating and Printing to Files | Laud12345 | Shell Programming and Scripting | 1 | 03-18-2009 10:45 PM |
| creating new files | montana77 | UNIX for Dummies Questions & Answers | 4 | 04-13-2008 03:20 AM |
| Problem with creating big files | eliraza6 | Linux | 6 | 11-06-2007 09:54 AM |
| Problem creating files greater than 2GB | bobbyjohnz | UNIX for Advanced & Expert Users | 1 | 01-17-2007 12:19 PM |
| extract tar files without creating directory | here2learn | UNIX for Dummies Questions & Answers | 4 | 10-02-2006 08:42 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Creating CSV Files
I have a requiremnt to create one CSV file with initial 5 lines as blank rows.
From 5th row onwards the file is to be created from a list of varibales which gets evaluated. Say A,B,C,D,E are 5 varibales with some value associated with each of them and data type is string. So the 6th row should contain A,B,C,D,E Again after 6th row the same set of varibales are evaluated again and the next to is appended to the file with similar structure and so on. The file looks like line1 : line2 : line3 : line4 : line5 : line6 :10,XYZ,HTHK,7485566,BGYHUJJJ line7 :20,hggo,gfgfr,grgregre,599999 the line x : should not be present.its there for understanding purpose. Each row is based on some functional area and the values of varibales are assigned and then row is created.Then again another set of values are assigned. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|