Hi Tony
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
BUG in ReadOutgoingLinks method in CSVConverterWindows.cs
Re: BUG in ReadOutgoingLinks method in CSVConverterWindows.cs
Thanks, Alfonso! I'll include the fix in the next release!
Re: BUG in ReadOutgoingLinks method in CSVConverterWindows.cs
Thanks again for reporting this oversight. A patch on the customer download site has a fix now.
Re: BUG in ReadOutgoingLinks method in CSVConverterWindows.cs
you are welcome Tony