How do I define my data table row type so that I can import my data table?

As Grogger said the “not enough rows” error turns up when you try to use a .csv file export from Google Docs. The reason being the parser in the Unreal Engine expects lines to end in \r\n but Google exports them with just \r.

I found if you open the file up in Sublime and go to View->Line Endings->Windows and save the file it will be formatted correctly.

1 Like