Lee, I configured UpdateAttribute like this [image: Inline image 1]
and got this in the LogAttribute output. [image: Inline image 3] Can you check the attribute before it hits the ExecuteStreamCommand to make sure it's not the passing to the script that's changing the attribute value? Regards, Joe On Fri, Aug 19, 2016 at 5:12 PM, Joe Skora <[email protected]> wrote: > Lee, > > I'm glad to try to reproduce and troubleshoot the problem. > > To make sure I understand, does the UpdateAttribute "Value" contain > '(RAW_TEXT CONTAINS "Babe Ruth")' with or without the single quotes? Also, > is the value processed by any other processors after the initial > UpdateAttribute? > > Regards, > Joe > > On Fri, Aug 19, 2016 at 4:05 PM, Lee Meadows <[email protected]> wrote: > >> Hi Guys, >> >> >> >> I’m trying to set in UpdateAttribute a property I defined as ryft_search >> and I want it to be equal to >> >> >> >> '(RAW_TEXT CONTAINS “Babe Ruth”)' >> >> >> >> No matter what I do, it removes the “” double quotes. I’ve tried \”, “””, >> \\\” even tried putting in the hex code \x22 and ". >> >> >> >> Downstream of this UpdateAttribute is an ExecuteStreamCommand and I >> created a quick test.sh to echo out my parameters. I get: >> >> '(RAW_TEXT CONTAINS Babe Ruth)' >> >> >> >> Unfortunately the program I’m really trying to pass them into, I can’t >> change, so trying >> >> “(RAW_TEXT CONTAINS ‘Babe Ruth’)” won’t work. >> >> >> >> I know ExecuteStreamCommand is experimental on event driven, but I’ve >> also tried ExecuteProcess >> >> >> >> Thanks, >> >> Lee >> >> >> >> --- >> >> *Lee Meadows* >> >> Systems Engineer >> >> *Direct *301.560.2795 >> >> *Mobile *443.375.0457 >> >> www.RYFT.com >> >> 7362 Calhoun Place, Rockville, MD 20855 >> >> >> > >
