How can I create a selection player team by caracteristics?

Hello Community,

I need your help and advices !

Here is my problem : I want to be able to choose players at the beginning of the game, and create teams.

To do that, I create on excel, a table with several rows and lines : Name of the character, and some caracteristics (Force, life, …)
Then, I export in .CSV.

In the engine, I created structure blueprint with the caracteristics in variables (String or Integer when needed)
I import the .CSV and linked it with the structure BP, and that’s work find.

How can I use all data in this CSV by a Widget BP which let me choose and select 1,2 or more characters ?

Thanks a lot for your answers !