Hi All,
i have been informed previously that there are a few things that can be done in WildEdit to XML files. I have a large amount of XML files, about 400 where I need to swap the contents of the <FormalStatement> Tag with the contents of the <Paragraph> Tag that comes directly after it. Is this ...
Search found 11 matches
- Fri Apr 28, 2006 9:32 am
- Forum: WildEdit
- Topic: Swapping XML Tags
- Replies: 1
- Views: 1425
Reply!!
Hi there,
Thanks again for the assistance and my apolgise for not getting back to you sooner. I have tried what you suggested and my new data layout is the same as my old one.
I might be doing something wrong but these are the steps that I carried out
I put a tick in the '.' does not match a ...
Thanks again for the assistance and my apolgise for not getting back to you sooner. I have tried what you suggested and my new data layout is the same as my old one.
I might be doing something wrong but these are the steps that I carried out
I put a tick in the '.' does not match a ...
REgEx
Hi,
Thanks for the reply with regards to my posting, the actual data is XML. I am afriad that I cant post the exact file due to security reasons but it is in the same format as my example :
There is Data above the TransformedXml Tag
<TransformedXml>
<Paragrap>This is going to be a large piece of ...
Thanks for the reply with regards to my posting, the actual data is XML. I am afriad that I cant post the exact file due to security reasons but it is in the same format as my example :
There is Data above the TransformedXml Tag
<TransformedXml>
<Paragrap>This is going to be a large piece of ...
RegEx
Hi,
I am wondering whether TextPad/RegEx can do the following, I have a large number of files that I want to get certain pieces of information out of, the files that looks like this, this being only a small sample of the total contents,
<Paragrap>This is going to be a large piece of text ...
I am wondering whether TextPad/RegEx can do the following, I have a large number of files that I want to get certain pieces of information out of, the files that looks like this, this being only a small sample of the total contents,
<Paragrap>This is going to be a large piece of text ...
- Fri Nov 18, 2005 10:46 am
- Forum: General
- Topic: Regular Expressions
- Replies: 3
- Views: 590
- Fri Nov 18, 2005 9:55 am
- Forum: General
- Topic: Regular Expressions
- Replies: 3
- Views: 590
Regular Expressions
Hi All,
Wondering if someone can help me with some code for a reg. expression, I have a file that is not very pretty and I am trying to get each new vehicle onto a new line, I have managed to do this to a point but there are a couple that are escpaing, the line looks like this
Line1 - AU A3 5DR ...
Wondering if someone can help me with some code for a reg. expression, I have a file that is not very pretty and I am trying to get each new vehicle onto a new line, I have managed to do this to a point but there are a couple that are escpaing, the line looks like this
Line1 - AU A3 5DR ...
- Thu Mar 04, 2004 3:16 pm
- Forum: General
- Topic: Line Splitting
- Replies: 2
- Views: 496
Line Splitting
Hi all,
I'm wondering if someone can help me with a bit of a problem, I have a text file that I need to seperate out into individual lines between the HTML tags but I cant work out how to do it, I am thinking that I will need to use a macro but not sure how to go about it, the file text looks ...
I'm wondering if someone can help me with a bit of a problem, I have a text file that I need to seperate out into individual lines between the HTML tags but I cant work out how to do it, I am thinking that I will need to use a macro but not sure how to go about it, the file text looks ...
- Thu Jul 03, 2003 6:18 am
- Forum: General
- Topic: Carriage Returns
- Replies: 6
- Views: 925
- Thu Jul 03, 2003 6:12 am
- Forum: General
- Topic: Carriage Returns
- Replies: 6
- Views: 925
- Wed Jul 02, 2003 10:32 am
- Forum: General
- Topic: Carriage Returns
- Replies: 6
- Views: 925
- Wed Jul 02, 2003 7:00 am
- Forum: General
- Topic: Carriage Returns
- Replies: 6
- Views: 925
Carriage Returns
Hi all, bit new to this, having read through the forums I am none the wiser :-) I have a text file where the columns are broken up using the group by pp.vendorid, vg.vendorgroupid, vg.nameipe key (|) but there have been unwanted carriage returns inserted, like half way through a description, how can ...