Reimport Data table

The data table looks like:
NewRow
NewRow_0
NewRow_1

and the CSV file is the same, except for a NewRow_10 being the last key.
If you remove one of the data table members, it will crash. Oh also ensure the NewBlueprint is in the map, or open the “map” map. I forgot to change that to default. You will see white text printed when the cpp code is executed.

Edit;
I am noticing some different symptoms now. I just updated the 4.16 version.
If the data table is closed, and I CreateTableFromCSVString, and the CSV file had more members, then open the DT it will not crash.
But if the data table is open while CreateTableFromCSVString, it will. Now even if the CSV has less members.

Addendum;
Crash or no crash, closing and reopening the editor after CreateTableFromCSVString doesn’t actually save the data table. Its data is back to what it was before.