The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: Delimited files
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 01-10-2006
hrshah74 hrshah74 is offline
Registered User
  
 

Join Date: Jan 2006
Posts: 3
Delimited files

One of my files has record in following format.
"FSNAME_01102006B_input.csv",10,"First Name, Last Name"," CUST"

How can I split this line and store values in 4 different variables?

Thanks