Subject: | |
From: | |
Reply To: | |
Date: | Fri, 21 Nov 2014 11:39:03 -0500 |
Content-Type: | text/plain |
Parts/Attachments: |
|
|
If the structure was always regular, you could use the replace function and
do this:
Find: (=952.{4})(.*\$o)(.{3})(.{3})(.{3})(.*)
Replace: $1$2$3 $4 $5 $6
Check the Regular express option and replace all
But the structure would need to be very regular as this assumes that the $o
structure is always 9 characters, and your output should be: 3 characters +
space + 3 characters + space + 3characters + space.
--tr
-----Original Message-----
From: MarcEdit support in technical and instructional matters
[mailto:[log in to unmask]] On Behalf Of Raquel Azorin
Sent: Friday, November 21, 2014 10:46 AM
To: [log in to unmask]
Subject: [MARCEDIT-L] Insert whitespace
Hello,
For several days I tried to do something but I haven't gotten. I need your
help please.
I need to insert a whitespace between the characters to the topographic
($o). Now I have
=952 \\$i3$7in$8GEN$a01$o048CHApos$d2010-07-15$p040893$yLB$zReimp. 2008
and I need
=952 \\$i3$7in$8GEN$a01$o048 CHA pos $d2010-07-15$p040893$yLB$zReimp. 2008
The structure usually is 3 numbers+3 characters+ 3 characters but sometimes
only 3 numbers + 3 characters.
Someone know how can I do this?
Thank you,
Raquel
________________________________________________________________________
This message comes to you via MARCEDIT-L, a Listserv(R) list for technical
and instructional support in MarcEdit. If you wish to communicate directly
with the list owners, write to [log in to unmask] To
unsubscribe, send a message "SIGNOFF MARCEDIT-L" to
[log in to unmask]
________________________________________________________________________
This message comes to you via MARCEDIT-L, a Listserv(R) list for technical and instructional support in MarcEdit. If you wish to communicate directly with the list owners, write to [log in to unmask] To unsubscribe, send a message "SIGNOFF MARCEDIT-L" to [log in to unmask]
|
|
|