You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
If you execute the following script:
You'll get an error of type
The text was updated successfully, but these errors were encountered: