--- a/streamlet-examples/__relpipe_in_filesystem_script_lines_count Fri Jan 17 14:07:33 2020 +0100
+++ b/streamlet-examples/__relpipe_in_filesystem_script_lines_count Sat Jan 18 16:41:59 2020 +0100
@@ -24,7 +24,7 @@
. "$(dirname $0)/streamlet-common.sh"
processMessage_WAITING_FOR_OUTPUT_ATTRIBUTES_METADATA() {
- send OUTPUT_ATTRIBUTE_METADATA "${outputAttributeAliases[0]}" "integer"
+ send OUTPUT_ATTRIBUTE_METADATA "${outputAttributeAliases[0]-lines_count}" "integer"
send WAITING_FOR_INPUT_ATTRIBUTES
}