Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

Add template FieldAction for COMBINE #209

Open
igarashitm opened this issue Oct 3, 2017 · 2 comments
Open

Add template FieldAction for COMBINE #209

igarashitm opened this issue Oct 3, 2017 · 2 comments

Comments

@igarashitm
Copy link
Contributor

igarashitm commented Oct 3, 2017

  • MappingType: COMBINE
  • Source field: some Strings, like
{
  "firstname": "foo",
  "lastname": "bar",
  "phone": "111-111-1111"
}
  • Target field: String
  • User input to the field action: "You have a message from ${firstname} ${lastname}, call ${phone}."
  • Expected output: "You have a message from foo bar, call 111-111-1111."

FieldAction name would be 'template' or something.

@igarashitm igarashitm added this to the Priority 0 milestone Oct 3, 2017
@igarashitm
Copy link
Contributor Author

Note that we haven't had any FieldAction for COMBINE and SEPARATE, may hit some pitfall to achieve it.

@igarashitm
Copy link
Contributor Author

Maybe it's a CombineStrategy, but not sure if the strategy is configurable from UI

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant