|
next
|
Subject: Replacing commas with a blank Author: (Deleted User) Date: 04 Jun 2008 12:36 PM Originally Posted: 04 Jun 2008 12:35 PM
|
Hi Maurice,
you can first use Mapper to create the structure, and then later replace the NAME1 inside the "select" attribute with the "translate(...)" operation (if you keep both instructions, you will get the same string twice in the output); or you could let Mapper build the function by inserting the block for the "translate" function in the canvas, connect the source NAME1 element to its first input, enter "," and " " as the values for the second and third input port, then link the output to the desired target element. Clearly, if you are doing this many times, it's probably faster to do it just once and then replicate the editing in the text view.
Hope this helps,
Alberto
|
|
|
|