Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: r3resI'm new to Lavastorm so forgive me if these are dumb questions but I can't find anything that answers them in the documentation or forums.
I'm using a Replace Text Node and I can get it to work ok to replace one string with another, although the way it works is a bit weird because my column names have spaces in them and I don't have to wrap them in single quotes in this node but I do in an Acquisition Node. Anyway, having got one field with strings replaced, I want to replace the contents of another field in the same node, so:
Fields
LVR Leaving Reason=LVR
LVR NHS Org=ORG
Rules
LVR::
Retirement Age->Retirement - Age
ORG::
Undefined->Unknown
The first rule works fine but the second is ignored. The documentation seems to imply I can have multiple rules but give me no clue as to what the syntax might be. Any comments as to how to do this?
Another thing I noticed in this node is it irritatingly decides to use Proper rather than as is. So the rule for changing the string "This NHS Trust" actually comes out as "This Nhs Trust"
Again, I can't see a way around this and it seems such a fundamental thing to be able to do that I don't feel inclined to write a whole load of Perl-like script to get around what appears to be a shortcoming. Again, any comments?
Incidentally, this test isn't for an NHS Trust - I just happen to be using some NHS data for my evaluation of Lavastorm.