Datatable Making empty column

Okay so I am trying to learn the Datatable in UE4 but the documentation is lacking. I am trying to make a simple table to just test out this feature. My goal is to have a table that has “SteamID” and “SteamName” (player’s name) but when I import the .csv file I get my first column of data (the SteamID) in a new column and then a blank column with the label of SteamID.

133452-datatable.png

How do I get my SteamID column to be the row ID but still allow the SteamID values to be exposed as a variable that I can reference in Blueprints?

First Collum is used for datatable ID shift all data to left and insert on 1st collum counter like

133483-133452-datatable.png