Hi guys,
I am trying to import an excel file into ProductCategoryFieldTranslations.
As you probably know, this table stores the field options in a field called FieldTranslationFieldOptions where Dynamicweb expects to find a valid XML content.
My customer has filled the Excel file correctly, but upon importing, all quotes are gone.
I am using Excel Provider as source and DynamicwebProvider as destination.
My source file has this string:
<Options><Option Name="Hight, Type A" Value="A" Default="" /><Option Name="Medium, Type B" Value="B" Default="" /><Option Name="Low, Type C" Value="C" Default="" /></Options>
But in Dynamicweb it ends up like this:
<Options><Option Name=Hight, Type A Value=A Default= /><Option Name=Medium, Type B Value=B Default= /><Option Name=Low, Type C Value=C Default= /></Options>
What should I do to prevent the removal of the quotes when importing?
Thank you,
Adrian