What happened to "Fill Data Table from CSV File"?

I had build a blueprint that would read and write from a .csv during gameplay and update my data tables.
This works in 4.21.
Under editor scripting/Data Table/ Fill Data Table from CSV File.

Those nodes are now gone…and this make me very sad.

SO! The questions that come to mind:
What happened, why were they changed?
How can I update my dataTable from blueprints (without a plugin)?
Does this represent a fundamental shift and there are better systems I should be using?

The main purpose of read/write from a .CSV is that another application will be reading/writing to that same file. Its meant to serve as a bridge between the two applications.

Thanks all!