Excel to CSV: Double Quotes

Hey,

I’ve been looking at using Excel to easily store data and I been reading the documentation on it.

I saw this line:

The double quotes around the asset type are important for the property importing pipeline. Without them, the text is imported as Texture2d’.

And it says that in the CSV file it should look something like this:

“Texture2d’/Game/UI/HUD/Actions/Barrel’”

However, when I try to go from an Excel file to a CSV file using the “Save As” functionality, I always end up with something like

“”“Texture2d’/Game/UI/HUD/Actions/Barrel’”“”

Is this expected behavior and can Unreal handle this? Or will I have to manually go through and change all the triple double quotes to just be a single double quote?

Thanks!

Hi,Do you solve this problem? I have the same issue.