How to import a csv file into DataTable, with multiple Structure in it.

Here is my problem : let’s say I have a Data Table with 3 differents variables : a string, a structure and an integer.
I can import from csv for the string, for the int…but when it comes to the structure, UE can’t read it…

Even though I exported the DataTable, and I was careful to format it in exactly the same way.

Is it even possible to do this? And if not, how do I insert objects into an object in JSON from a spreadsheet?

Thanks a lot!
Have a lovely day

What formatting program did you use?

Open in notepad to check/exclude for “hidden characters” or byte garbage.