Hi @Quentin CHIFFOLEAU ,
Welcome to Microsoft Q&A platform and thanks for posting your query.
As I understand your ask, you are trying to data from multiple files into a single file and issue here is that the schema for all the files is not matching. There are differences in the columnNames. Please let me know if my understanding about your query is incorrect.
Unfortunately, it can not be achieved by copy activity. You need to use mapping data flow to achieve this requirement.
You can use Select transformation inside Mapping data flow to change the column name from the source. Also , to merge the data from multiple files, you can make use of Union transformation in mapping data flow that will combine multiple data streams into one destination.
For more info, please watch the following videos:
select transformation in mapping data flow
union transformation in mapping data flow
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