Can you read CVS or XMLs directly on runtime instead of a Data Table?

Is it possible in C++ to directly read from a .cvs file instead of a data table that has the .cvs file imported?
I want to do that because I assume that would make modding the game a lot more accessible.
Alternatives to cvs, like xml, would be fine, too.

Yes. We used TinyXML in one Unreal project I worked on.

Assuming your XML or CVS reader API does not break the Unreal compiler somehow, you can do it fairly easily.

Ok, I’ll check that out. It sounds great. Thanks.
I’m quite new to C++ and programming in general so I hope integrating it won’t be way over my head.
Other recommendations are still welcome.