Icon

Count the characters across multiple columns

Iterates columns and produces a count of every character

Sample TextComponent that splits a cell into individual charactersNode 8Remove the sourcecolumnfrom the datasetTurn theindividual charactercolums into a listMake it intoa single columnUngrouping the listturns each characterinto its own rowcollect the listso farand concatenateit for each iterationNow count eachcharacter(GroupBy needs a second column to actually countwhen we are grouping by a given column, so we'll make useof the "iteration" commentthat the loop generated)Tidy upTable Creator Cell CharacterSplitter Column ListLoop Start Column Filter GroupBy Transpose Ungroup Loop End GroupBy Column Rename Sample TextComponent that splits a cell into individual charactersNode 8Remove the sourcecolumnfrom the datasetTurn theindividual charactercolums into a listMake it intoa single columnUngrouping the listturns each characterinto its own rowcollect the listso farand concatenateit for each iterationNow count eachcharacter(GroupBy needs a second column to actually countwhen we are grouping by a given column, so we'll make useof the "iteration" commentthat the loop generated)Tidy upTable Creator Cell CharacterSplitter Column ListLoop Start Column Filter GroupBy Transpose Ungroup Loop End GroupBy Column Rename

Nodes

Extensions

Links