map csv &User-Name {
&reply.Reply-Message := 'color'
-&Tmp-Integer-0 := 'count'
+&my-integer := 'count'
}
This map does the same operations as the key / update
key = &User-Name
update reply {
&Reply-Message := 'color'
- &Foo := 'count'
+ &my-integer := 'count'
}
}
```
#
update reply {
&Reply-Message := 'color'
- &Foo := 'count'
+ &my-integer := 'count'
}
#
#
# map csv &User-Name {
# &reply.Reply-Message := 'color'
- # &Tmp-Integer-0 := 'count'
+ # &my-integer := 'count'
# }
#
# This map does the same operations as the key / update