Search Results

Search: Posts Made By: Loobian
3,063
Posted By Loobian
Hi sumit, I´ve altered the code to: cat...
Hi sumit,

I´ve altered the code to:

cat $in | awk 'BEGIN { FS ~ /->/ ; count=0 }
{ if (NF != 3 || substr($1,1,6)=="Record") next ;
outstr="" ;
do { outstr = outstr $3 "|" ; count++ ; }...
3,063
Posted By Loobian
Hi, I don't understand the meanig of...
Hi,
I don't understand the meanig of "/u01/old_record_file";
I've got 57 fields, so i replace 3 for 57 everywhere and i'm executing this like:
in=$1
out=$2
cat $in | "your co0de" > $out [i...
3,063
Posted By Loobian
Flat File Conversion Format
Hi all,

I've a flat file in this format:
[] = [2 empty lines]
"
Record 1
[]
Field1 -> XXXX
Field2 -> 9558
Field3 -> 55AA
[]
Record 2
[]
Field1 -> YYYY
Field2 -> 12345...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 10:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy