I have a long(ish) csv that I need to ingest into either a multi dimensional array or data table to be iterated over. The format is simple:
filepathX, sizeinbytes1 (i.e. C:\temp\yourfile.txt, 12345)
In straight .net I used the OleDb provider, however the Unity engine does not seem to play nice with this reference. I cannot use external libraries like FileHelpers.