Sort the data according to the number of items in each transaction

Im cleaning a dataset which includes 7500 transactions. how do i sort the data according to the number of items in each transaction in a descending order?

list of transactions:

If I’ve got you properly, you can use countChars(String, “,”) in String Manipulation node
and then sort by counts column.

4 Likes

@ izaychik63… thank you very much!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.