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 -->
  #5 (permalink)  
Old 02-01-2006
hrshah74 hrshah74 is offline
Registered User
  
 

Join Date: Jan 2006
Posts: 3
Almost similar format

Hi zazzybob,
It works for simple fomat that i attached in my post previously. But if doesn't work for following format.

"FSNAME_01102006B_input.csv",10, "Firstr, Name, Last, Name ", " CUSTr name "

Difference from the first format is...extra spaces after second and third comma. Is it possible to retrieve field values for these record?

Regards