edinvnode
edinvnode

Reputation: 3547

iMacros Extract data from XML document

I have an XML document from Google API.

I tried using

TAG POS=1 TYPE=* ATTR=* EXTRACT=TXT

No success.

How do I extract data from such documents?

Upvotes: 0

Views: 399

Answers (1)

Shugar
Shugar

Reputation: 5299

Try to play with the source. Something like that:

SEARCH SOURCE=REGEXP:"([\\s\\S]*)" EXTRACT=$1
PROMPT {{!EXTRACT}}

Upvotes: 1

Related Questions