An Azure service for ingesting, preparing, and transforming data at scale.
Hello @RXR ,
Thanks for the clarification. I see that you are trying to copy Time value in string format from source to Time datatype column in your sink SQL table. Please correct if my understanding is incorrect.
In order to avoid the conversion failures, you can utilize the Type conversions feature under copy activity mapping section as shown below and Format string when converting between time periods and strings, e.g. by using hh\:mm\:ss\ fffffff. And this help copy your source time values of type string to your destination column of type time.
I have tested this in my environment and was able to copy successfully to SQL table column as expected.
Below is the source and sink data structure for reference after executing the copy activity.
Hope this will help. Please let us know if any further queries.
------------------------------
- Please don't forget to click on
or upvote
button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how - Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators