Uploaded image for project: 'JBRULES'
  1. JBRULES
  2. JBRULES-2455

Process variable length comma separated lists within cells

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 5.1.0.CR1
    • 5.1.0.M1
    • drools-decisiontables
    • None

    Description

      Given a decision table column:

      VALUE1, VALUE2, VALUE3
      VALUE4, VALUE5

      It is required that a DRL snippet could be constructed to utilise all available comma separated tokens and not have to hard code $1, $2 etc references.

      Eg a snippet could be:

      property == $forall_param_and

      resulting in the compiled snippet:

      property == "VALUE1" && property == "VALUE2" && property == "VALUE3"
      property == "VALUE4" && property == "VALUE5"

      Attachments

        Activity

          People

            mproctor@redhat.com Mark Proctor
            ggear_jira Graham Gear (Inactive)
            Archiver:
            rhn-support-ceverson Clark Everson

            Dates

              Created:
              Updated:
              Resolved:
              Archived:

              PagerDuty