
when i use the CSV Converter this dont care about the ConditionPriority of the link and only create a new one with the originConversationID, originDialogueID, destinationConversationID, destinationDialogueID.
the issue is in the line 455 of CSVConverterWindows.cs
you read the ConditionPriority but never is used, something like "link.priority = Enum.Parse (typeof(ConditionPriority), values [4]) as ConditionPriority;" will fix it

Thanks
