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
It’s not really a bug but a limitation of the .Net Framework with DataRowComparer considering arrays as different as soon as they have more than 1 items. It could also be linked to the fact that arrays are in fact IList.
I could implement a new version of DataRowComparer but it sounds easier to implement an action to flatten an array into a string.
User would have to first flatten the array columns and then filter distinct before re-splitting. More lines of code but could be more re-usable.
Seddryck
changed the title
Filter distinct doesn’t work correctly with arrays
Support filter distinct when rows have arrays
Jan 3, 2019
When using the
filter distinct
and the rows have two arrays having the same values the second is not filtered out.The text was updated successfully, but these errors were encountered: