Hi @Zakary Kurzawski Thank you for posting the question on this community.
I just want to double check if you are trying the copy activity pipeline to push the data DB2 as a sink. DB2 is not currently supported as a Sink end point for copy activity. Please refer Supported data stores and formats for Copy activity and notice that DB2 is not supported as s Sink. We have an existing feedback to add DB2 as a Sink datastore. Here are feedback ideas for your reference - DB2 as sink data store DB2 as a Sink. I request you to kindly upvote the feedback ideas.
Coming to your question on casting data from string to Clob, as you observed in the supported Data type mappings, Clob is not a supported option for Copy activity. If you just want to store the data as a back and if there is a flexibility on type of data on the back up table, you can set the corresponding column type as string in back up table and copy from CSV file to the table.
Alternatively, if you want to keep the same data type, try using Data Flow
Cast transformation activity which lets you modify the data types of individual columns.
Hope this helps. Please let us know if you need any further assistance regarding this.
If the response helped, please do click Accept Answer and Yes for the answer provided. Doing so would help other community members with similar issue identify the solution. I highly appreciate your contribution to the community.