![]() |
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 |
| thousands separator | ynixon | Shell Programming and Scripting | 11 | 04-13-2008 11:43 AM |
| record separator | rochitsharma | Shell Programming and Scripting | 7 | 03-04-2006 10:37 AM |
| field separator as regexp | Abhishek Ghose | Shell Programming and Scripting | 2 | 02-15-2006 08:49 PM |
| Help with unix separator | Black mage2021 | UNIX for Dummies Questions & Answers | 2 | 01-02-2006 11:49 PM |
| Separator in Makefile? | laila63 | Shell Programming and Scripting | 2 | 07-01-2004 11:11 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Separator in data itself
Following is the CSV file, separated by ","
Code:
100,sunil,$1,000,mumbai 101,amit,$10,000,mumbai 102,sailesh,$10,000,00,mumbai Code:
100,sunil,$1000,mumbai 101,amit,$10000,mumbai 102,sailesh,$1000000,mumbai Any help is highly appreciated. Thanks, SK Last edited by Yogesh Sawant; 06-17-2008 at 08:39 AM.. Reason: added code tags |
| Bookmarks |
| Tags |
| csv, perl |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|