Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Genbi: Usage of operation "concatenate" followed by "split" and "group" results in a List<string> and not an array of string #159

Closed
Seddryck opened this issue Jan 12, 2016 · 0 comments

Comments

@Seddryck
Copy link
Owner

Following code

case add column 'perspective_ticket' values '/93387';
case concatenate column 'ticket' with column 'perspective_ticket';
case split column 'ticket' with value '/';
case group column 'ticket';

applied to this template

<category>$ticket; separator="</category>
<category>"$</category>

results into following category:

<category>System.Collections.Generic.List`1[System.String]</category>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant