Getting Data Table and Assigning to Variable Programmatically

Hi everyone!

I need to get my DataTable from a folder and assign it to a UDataTable variable so that I will be able to use my data table programmatically. How may I get the datatable and assign it ? As far as i know, the extension of the data table is " .uasset " but I guess it not as simple as reading a CSV. I do not want to assign it by the editor.

In order to create better impression, the story :
The project’s idea is to prompt data change to screen. There will be a Data Table, which is constantly overriden by new data and this data table will be used to prompt the mean to screen.

Thanks a lot