The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

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




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 04-21-2009
fwellers fwellers is offline
Registered User
  
 

Join Date: Mar 2008
Location: Northern, VA
Posts: 23
natural language ? Sorry I was doing my best to communicate my needs.

the script will parse a file that has an unknown number of lines. Each line contains a column name. For eg file1 looks like this:
firstname
lastname
email

...
I will have a hardcoded string or two. say, "token__a", and "audit_action__a"

My final output from parsing that file will look like this:
..... insert into $table ( token__a, audit_action__a, firstname,lastname,email ) ....

Thanks,
floyd