Find more posts tagged with
Sort by:
1 - 3 of
31
Sort by:
1 - 2 of
21
Hi,
I hope I'm not missing anything, but you can simply enter %{macroname} in the regular expression input field and it is being used in my test process.
If that doesn't work, you could try "Set Parameters from ExampleSet" in the Operator Toolbox extension.
Regards,
Balázs
I hope I'm not missing anything, but you can simply enter %{macroname} in the regular expression input field and it is being used in my test process.
<?xml version="1.0" encoding="UTF-8"?><process version="9.4.001"> <context> <input/> <output/> <macros> <macro> <key>attfilter</key> <value>attribute_.3</value> </macro> </macros> </context> <operator activated="true" class="process" compatibility="9.4.001" expanded="true" name="Process"> <parameter key="logverbosity" value="init"/> <parameter key="random_seed" value="-1"/> <parameter key="send_mail" value="never"/> <parameter key="notification_email" value=""/> <parameter key="process_duration_for_mail" value="30"/> <parameter key="encoding" value="SYSTEM"/> <process expanded="true"> <operator activated="true" class="retrieve" compatibility="9.4.001" expanded="true" height="68" name="Retrieve Sonar" width="90" x="112" y="34"> <parameter key="repository_entry" value="//Samples/data/Sonar"/> </operator> <operator activated="true" class="concurrency:loop_attributes" compatibility="9.4.001" expanded="true" height="82" name="Loop Attributes" width="90" x="313" y="34"> <parameter key="attribute_filter_type" value="regular_expression"/> <parameter key="attribute" value=""/> <parameter key="attributes" value=""/> <parameter key="regular_expression" value="%{attfilter}"/> <parameter key="use_except_expression" value="false"/> <parameter key="value_type" value="attribute_value"/> <parameter key="use_value_type_exception" value="false"/> <parameter key="except_value_type" value="time"/> <parameter key="block_type" value="attribute_block"/> <parameter key="use_block_type_exception" value="false"/> <parameter key="except_block_type" value="value_matrix_row_start"/> <parameter key="invert_selection" value="false"/> <parameter key="include_special_attributes" value="false"/> <parameter key="attribute_name_macro" value="loop_attribute"/> <parameter key="reuse_results" value="false"/> <parameter key="enable_parallel_execution" value="true"/> <process expanded="true"> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="source_input 2" spacing="0"/> <portSpacing port="sink_output 1" spacing="0"/> <portSpacing port="sink_output 2" spacing="0"/> </process> </operator> <connect from_op="Retrieve Sonar" from_port="output" to_op="Loop Attributes" to_port="input 1"/> <connect from_op="Loop Attributes" from_port="output 1" to_port="result 1"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="sink_result 1" spacing="0"/> <portSpacing port="sink_result 2" spacing="0"/> </process> </operator> </process>
Example process. Look at the macros after execution.
If that doesn't work, you could try "Set Parameters from ExampleSet" in the Operator Toolbox extension.
Regards,
Balázs
Hi,
OK, so it works in the normal parameter but doesn't in the RE test window.
Good to know.
Regards,
Balázs
OK, so it works in the normal parameter but doesn't in the RE test window.
Good to know.
Regards,
Balázs
I hope I'm not missing anything, but you can simply enter %{macroname} in the regular expression input field and it is being used in my test process.
If that doesn't work, you could try "Set Parameters from ExampleSet" in the Operator Toolbox extension.
Regards,
Balázs