date problem in copy activity

Yannick Widmer 1 Reputation point
2021-06-04T14:17:06.883+00:00

Similarly to this question https://stackoverflow.com/questions/57811363/azure-data-factory-copy-activity-rest-api-json-response-date-format-incorrect on stackoverflow do I have a problem with Copy activity and dates. I have an endpoint sending me perfectly fine dates. The copy activity then transforms them on one end into "/Date(1452902400000)/" which is what I get if I don't specify the format. If I do specify that it is a date I get an error saying an entry has a wrong format of the form "/Date(1452902400000)/" but the copy activity did that. I would be perfectly fine if it was just letting it as is. The problem is I need the copy activity to create json documents from an array so I can not use the binary copy.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,990 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.