date problem in copy activity
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.