LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Modify Field Prefix

    Employee
    Posted 02-25-2014 06:16

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: ThomasT

    Dear All.

    Is it possible to add a Field prefix and include a space in the end using the Modify Field Prefix node?

    I would like my field names to be called "Amount Customer", "Amount Vendor" etc...
    When i try to put a space in the Prefix input field it will not show in the result.


    Br.
    Thomas


  • 2.  RE: Modify Field Prefix

    Employee
    Posted 02-27-2014 15:14

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: ThomasT

    I guess not...


  • 3.  RE: Modify Field Prefix

    Employee
    Posted 02-28-2014 02:39

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Tim Meagher

    Hi,

    It doesn't look like this is possible using the Modify Field Prefix node.
    I believe that when a parameter is evaluated within a node using the runtime property name of the node - as opposed to textual substitution using the "{{^param^}}" syntax, trailing whitespace is automatically stripped from the value.

    However, I've attached a graph which I think does what you want assuming that you always want to add the prefix (corresponds to the Modify Field Prefix node with the "add" and "force" parameters set to true).

    Hope this helps,
    Tim.
    Attachments:
    SimplePrefixModify.brg


  • 4.  RE: Modify Field Prefix

    Employee
    Posted 02-28-2014 04:52

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: ThomasT

    Just what i needed!

    Thank you Tim!