Dear Dynamicweb,
I have an issue with importing prices as the OData-endpoint says that the PriceValidTo is an object, which is not handled in Dynamicweb when parsing dates in this method: GetInputToDateTimeFormat.
What is the best way to fix this problem, as I now manually have to adjust "System.Object" to "System.String" in the job-file?
This is the error:
Import job failed: cannot parse '2022-12-31T00:00:00' to a System.DateTime. Table: EcomPrices. Column: PriceValidTo with culture:en-GB The failed input row is: [Item_No:"00001"], [Sales_Code:"98"], [Minimum_Quantity:"0"], [Unit_Price:"750"], [Ending_Date:"2022-12-31T00:00:00"]
This is from the mapping screen:
Best regards, Anders