How do I use DataTables with Blueprints?

This is an old post. Back then it might not have been possible without C++.

For the record, in case anyone else faces the same problem, the first column in the csv file needs to contain the identifier (row name) except for the very first cell which needs to be empty:

,hello,world
row1, 1230,4560
row2, 1231,4561
row3, 1232,4562

You can then access any given row with the specified identifier.