Ok making the CSV and then import is not that bad so this is the
test i did:
1 - create myCustomStruct struct with the fields of the CSV, in my test I just added a single
struct with one column titled ‘data’ of integer values
2 - create a test loop that generates an array of strings.
first item must hold the column names so as I have only one I
just add → ,data ← as first item of the array…note the comma at the beginning because
first column of the csv is for the ‘row name’ so I keep blank…ion that column I will add
index numbers. then I just add strings in the loop making random integers
when the loop ends It saves the csv file with victory plugin ‘File IO Save String Array to File’
3 - the file was created…I drag and drop the file into the editor and select myCustomStruct as format
done!
The asset was created