I’ve set up a small struct containing some values pertaining to a combat unit, and created a Data Table based on this struct by importing the matching csv file.
For some reason, string values are treated differently if they are of type Name on the one hand or FText/String on the other. While both FText and String values are read in completely, Name values always get cut off at the first space.
UnitName as String/FText property:
UnitName as Name property:
I’ve added the suggested Excel macro to encase all cells in double quotes:
I’m not sure if this actually is a bug and I ended up using a String variable instead, but it certainly seems inconsistent.