Extractor Pattern Question

Hi there

I have spent the past day trying to figure out the right way to do this, but I am completely lost. If someone could help me out I would be greatly appreciative.

The data I am extracting is an address (which includes street address, city, province, postal code and country).

The outputted code is:

BusinessHi there

I have spent the past day trying to figure out the right way to do this, but I am completely lost. If someone could help me out I would be greatly appreciative.

The data I am extracting is an address (which includes street address, city, province, postal code and country).

The outputted code is:

Business

Extractor Pattern Question

I would suggest never putting ~@IGNORE@~~@ADDRESS@~ or the like. Without knowing where to separate the IGNORE and ADDRESS tags, the extractor is most likely failing to extract anything for the ADDRESS tag. You can check what it's grabbing by naming IGNORE something like JUNK, just to debug it. Give the following extractor pattern a try:

~@ADDRESS@~<br />
~@CITY@~