Search Results

Search: Posts Made By: shharrath
785
Posted By shharrath
Help with UNIX file data
Hi all,

We get data in the form of file(1.5gb) (*.csv) and it is fixed length file with 5 delimiters & 5 columns
for example
rec1_1<;|rec1_2<;|rec1_3<;|rec1_4<;|rec1_5<;|

the above...
2,633
Posted By shharrath
append nulls to records
thanks all for your replys:b:

awk '{printf "%-10s\n", $0}' file > newfile

for me this small code suits best & may i also ask you to give brief sentences where exactly nulls or spaces are...
2,633
Posted By shharrath
To flat file, append null or space if its length is less than 10
Hi,
We receive flat files with fixed width data
Now our goal is append from right null or space to each record if the lenght of the record is less than for example 10.
for example
123 45 6 0...
Showing results 1 to 3 of 3

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