Delete spaces in between fields


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Delete spaces in between fields
# 1  
Old 03-29-2006
Delete spaces in between fields

I am new to unix and need some assistance.

I have a file in the format below with about 15 fields per each record. I have 2 records displayed below.

"1234","Andy ","Rich ","0001","123 Main Street ","Dallas "
"2345","Andrew ","Richter ","0002","234 First Ave ","Kirby "

My Final output needs to be as follows

"1234","Andy","Rich","0001","123 Main Street","Dallas"
"2345","Andrew","Richter","0002","234 First Ave","Kirby"

I am sure I can use the sed command but not sure what parameters to use. Any and all assistance would bve highly appreciated.

Thanks
# 2  
Old 03-29-2006
try usr 'tr'

Try using the 'tr' option - this is replacing any string to anything u want
at your case you need to replace <SPACE>" with "
the syntax should be somthing like: | tr ' ' '"'
this will replace the space with quote ""
# 3  
Old 03-29-2006
Data Delete spaces in between fields

thanks for yoru resposne but I am totally new to sed and unix, would it be possible for you to give me the entire sed command that i can try.

Btw, i did try the sed command that I am typing below and it deleted every space even in between for e.g the original data was "123 Main Street" and after the command I used it became "123MainStreet".

This is the command I use



sed -e "s/[' ']*"/"/g" $filea > $fileb

Thanks
# 4  
Old 03-30-2006
use this....

sed -e 's/[ ]"/"/g' oldfile>newfile
# 5  
Old 03-30-2006
how would this alone suffice ?...
Quote:
Originally Posted by JunkYardWars
sed -e 's/[ ]"/"/g' oldfile>newfile
output of your command,
Code:
echo "1234","Andy ","Rich ","0001","123 Main Street ","Dallas " | sed -e 's/[ ]"/"/g' 
1234,Andy ,Rich ,0001,123 Main Street ,Dallas

double quotes " needs to be preserved

try this,

Code:
echo "1234","Andy ","Rich ","0001","123 Main Street ","Dallas " | sed -e "s/[' ']*,/,/g" -e 's/,/\",\"/g;s/^/\"/;s/$/\"/'

# 6  
Old 03-30-2006
Quote:
Originally Posted by matrixmadhan
how would this alone suffice ?...


output of your command,
Code:
echo "1234","Andy ","Rich ","0001","123 Main Street ","Dallas " | sed -e 's/[ ]"/"/g' 
1234,Andy ,Rich ,0001,123 Main Street ,Dallas

double quotes " needs to be preserved

try this,

Code:
echo "1234","Andy ","Rich ","0001","123 Main Street ","Dallas " | sed -e "s/[' ']*,/,/g" -e 's/,/\",\"/g;s/^/\"/;s/$/\"/'


complicating the uncomplicated things.....
sed -e 's/[ ]"/"/g' inputfile>outputfile...
in case u have read the request is to act on file and not on echo statemtn...
as for info ...echo removes the double quotes..treating them as double quoted expression for echo command.....
# 7  
Old 03-30-2006
Code:
awk '{ gsub(/ +","/, "\",\""); print }' infile >outfile

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to preserve spaces in input fields with awk?

I'm trying to do something pretty simple but its appears more complicated than expected... I've lines in a text file, separated by the comma and that I want to output to another file, without the first field. Input file: file1,item, 12345678 file2,item, 12345678 file2,item, ... (8 Replies)
Discussion started by: Armoric
8 Replies

2. Shell Programming and Scripting

Cutting fields from lines with multiple spaces

Please see the following code, between "status" and "OK" exists many spaces, I want to get status OK . how to ignore multi spaces? If tab exists in the spaces, how to ignore it ? Is there other commands can replace cut? $ echo 'drv status OK'| cut... (3 Replies)
Discussion started by: 915086731
3 Replies

3. Shell Programming and Scripting

How to Use Sed Command to replace white spaces with comma from between two fields - Mayank

SHELL SCRIPT Hi I have a file in the following format Mayank Sushant Dheeraj Kunal ARUN Samir How can i replace the white space in between and replace them with a comma?? The resultant output should be Mayank,Sushant Dheeraj,Kunal ARUN,Samir i tried using sed -e... (8 Replies)
Discussion started by: mayanksargoch
8 Replies

4. Shell Programming and Scripting

awk ignores fields with only spaces or empty

Hi, Does any one know how to avoid the scenario where awk ignores the fields having only spaces or empty fields? for instance, Data: "a","b","c","d",""," " code: awk -F, '{ print NF }' File the output I get is 4 instead of 6 do you know how to avoid this? (6 Replies)
Discussion started by: ahmedwaseem2000
6 Replies

5. Shell Programming and Scripting

remove blank spaces from fields

Hi Friends, I have large volume of data file as shown below. Beganing or end of each filed, there are some blank spaces. How do I remove those spaces? AAA AAA1 | BBB BB1 BB2 |CC CCCC DDDD DD | EEEEEEE EEEEEEEE | FFF FFFFFF FFFF GG GGGGGG |HH HH ... (3 Replies)
Discussion started by: ppat7046
3 Replies

6. Shell Programming and Scripting

remove extra spaces between fields

Hi, I have a source file as mentioned below: I want to remove all the extra spaces between the fields. a b--------|sa df-------|3232---|3 sf sa------|afs sdf-----|43-----|33 a b c------|adfsa dsf---|23-32|23 *Here '-' idicates spaces Now, I want output as below: a b|sa df|3232|3... (7 Replies)
Discussion started by: srilaxmi
7 Replies

7. UNIX for Dummies Questions & Answers

Find fields with no spaces in value

This is what I need to do I have a file that has a field with values like this 1111 2222 3333 4444 55555 666 333333333 444444444 I need for my command to out put only those fields that do not have spaces in them. So my output for the above file would be 333333333 444444444 how... (10 Replies)
Discussion started by: alfredo123
10 Replies

8. Shell Programming and Scripting

How can i remove spaces in between the fields in a file

Hey , I have a file and it's having spaces for some of the fields in it. Like the one below. I want to remove the spaces in them through out the file. The spaces occur randomly and i can't say which field is having space. So please help. Here is sample file with spaces after 5th field. (3 Replies)
Discussion started by: dsravan
3 Replies

9. Shell Programming and Scripting

align several fields and fill spaces with zero

hi all, i have a big problem, and i donīt know what to do. i have a flat file with several fields, which are separated by ";" like this: 5656838-7B;97030000-7;*;V16106133 ;1;1; 4612062-0B;97030000-7;*;C14038149 ;1;2; 8044938-0B;97030000-7;*;V16034219 ;1;2; where B is a blank space. ... (2 Replies)
Discussion started by: DebianJ
2 Replies

10. Shell Programming and Scripting

delete white spaces

hi all... i have the next question: i have a flat file with a lot of records (lines). Each record has 10 fields, which are separated by pipe (|). My problem is what sometimes, in the first record, there are white spaces (no values, nothing) in the beginning of the record, like this: ws ws... (2 Replies)
Discussion started by: DebianJ
2 Replies
Login or Register to Ask a Question