[rules-users] List in for Decision Table

Wolfgang Laun wolfgang.laun at gmail.com
Mon Jun 25 07:45:38 EDT 2012


Create and initialize an array, then iterate over the array and call add().
-W

On 25/06/2012, debchamps <majumdar.debarghya at gmail.com> wrote:
> Hi,
> I need to have a action where I need to insert all the element of a list
> specified in a excel cell into a ArrayList. The number of member specified
> in the cell can vary. So how can I add them
>
>
> So the excel sheet will look something like
>
> the cell will contain
> "1","2","3"
>
> and If a list was initially "4" "5" Then now it will be "1","2","3","4","5"
> ??
>
>
>
>
> --
> View this message in context:
> http://drools.46999.n3.nabble.com/List-in-for-Decision-Table-tp4018230.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>


More information about the rules-users mailing list