Hi Everyone,
Apologies for my post here since I am unable to post a new one question adding in this.
I have tough time to filter the data from my incoming xml in Heavy Forwarder and sending to Indexer.
considering **content** is my xml tag which need to be removed from the xml data in between the **content** tags
Below is the REGEx I am using in transforms.conf file
transforms.conf
[remove-content]
REGEX = s/(?s).*(?=<\/content>)<\/content>//
DEST_KEY = queue
FORMAT = nullQueue
Props.conf
[test_transform]
pulldown_type = 1
TRANSFORMS-null = remove-content
DATETIME_CONFIG =
NO_BINARY_CHECK = true
category = Custom
disabled = false
still unable to achieve the results expected xml to index..googled so many posts and implemented ...but no luck
↧