Hi, anyone knows what is the format we have to use for getting Date/Time data from a CSV to a Data Table?
I am getting Data from a CSV file, but when I try to import Date information from the CSV, Unreal gives me errors and puts the same reset date info as shown in the included image.
I have tried a lot of different Date formats, including the format Unreal uses when I export the Data Table as a CSV file, and all gives me the same error.
Yeah a few tips from the Epic guys on CSV formatting for different fields would be great. I was attempting to hold array data and other complex datafields through CSV but could never figure out the format it wanted for those so eventually just gave up and used the CSV for the base template and filled out the fields in the data table itself.
Just in case anybody needs a tip here. The best way to figure out the formatting is to export the Data Table back to csv and the correct formatting will the there, automagically.