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

Action 'cross' doesn't work when one the columns contains an array #376

Closed
Seddryck opened this issue May 17, 2018 · 1 comment
Closed

Comments

@Seddryck
Copy link
Owner

If you execute the following script:

case scope 'First Set';
case load file 'calculations.csv';
case split column 'alias' with value ',';
case cross 'First Set' with vector 'ref' values 'ref-one';

You'll get an error of type

Type of value has a mismatch with column typeCouldn't store <System.Collections.Generic.List`1[System.String]> in firstColumn Column.  Expected type is List`1.
  ----> System.ArgumentException : Type of value has a mismatch with column type
@Seddryck
Copy link
Owner Author

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