Hi Tony,
I'm trying to export a conversation I have written into a CSV file, but the issue I'm having is that when the file is exported the dialogue conversations appear to be ordered by the order I wrote each line. Not by the order of the actual conversation in Unity.
Sometimes when writing the dialogue for example, I went back and added in a new line here or there. Those newest lines when exported aren't in the right spot. They all get pushed down to the bottom when exported to CSV. Is there a way to export the dialogue into CSV with the dialogue lines in the same order that I have them organized in Unity? Or will they always be organized in the same order that I first entered each line?
Export Conversations CSV In Correct Order
Re: Export Conversations CSV In Correct Order
Hi,
From the Menu dropdown, you can choose Sort > Reorder IDs to reorder the IDs in a single conversation or all conversations. This will reassign IDs in a more logical manner:
Then select Menu > Sort > By ID to sort them by ID so that when you export to CSV they'll be exported by ascending ID value.
From the Menu dropdown, you can choose Sort > Reorder IDs to reorder the IDs in a single conversation or all conversations. This will reassign IDs in a more logical manner:
Then select Menu > Sort > By ID to sort them by ID so that when you export to CSV they'll be exported by ascending ID value.
Re: Export Conversations CSV In Correct Order
Thanks Tony! That worked!
Re: Export Conversations CSV In Correct Order
Glad to help!