Filter Data table of players

Hello guys!

I have data like this:

1,Alex,–,W W

W

W

W

2,Donald,–,W

L

W

W

W

W

W

L

3,Taras,–,L

W

L
4,Iuliia,–,W

L

W

L

And I need to filter this players and add queue only for players who have two “W” and more…
Please help me to filter

3 Likes

What type of format are these csv,excel or datatable ?

cheers :smiley:

Happy learning :smiley:

5 Likes

@Olek1,

I assumed that you are getting this string from a text file and split it using Regex and counted the W and written the player name, Place the text file on your desktop and check the attached workflow. Let me know in case of issues.

SplitStringByNumbers.xaml (6.9 KB) players.txt (132 Bytes)

4 Likes

I used data scraping, It is Data Table…

2 Likes

Do you have a header?

@Olek1

3 Likes

YYes

2 Likes

Can you write it in excel so that we can easily read the structure of data.then from that we can come up for the flow

3 Likes

New Microsoft Excel Worksheet.xlsx (7.3 KB)

This is my datatable in excel

3 Likes

Ok I will check it :smiley:

cheers :smiley:

Happy learning :smiley:

3 Likes

Ah i see you don’t have any header @Olek1

3 Likes

yes, sorry I thinked that I have…Can you help me with this without header?

3 Likes

i will try it,By the way do you want to filter the player with multiple “W” am i ryt ?

@Olek1

cheers :smiley:

Happy learning :smiley:

3 Likes

yes, I need to get only players name who has two “W” and more

3 Likes

Hi @Olek1,

Try this :slight_smile:

testPlayers.xaml (11.2 KB)

GL with your project.

3 Likes

Hi @Olek1

Kindly see attached code below for your reference.

Olek1.zip (14.3 KB)

cheers :smiley:

Happy learning :smiley:

4 Likes

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