Forum Discussion
Anonymous
3 years agoNot applicable
Issue with copy data from csv
I'm copying data from a csv file that is uploaded to a lakehouse to a table in the same lakehouse. I've set it up three different ways. 1. Pipeline copy task with the csv as the source and new tabl...
ajarora
3 years agoMicrosoft Employee
Make sure you have no explicit mapping set in the copy activity.
Please log a support ticket with your activity run id as well as pipeline json. We will resolve it ASAP.
Anonymous
3 years agoNot applicable
Thanks Ajarora. Upon inspecting the JSON of the Copy Task, it contained a schema from a different CSV file than the opne selected for the source. What I'm thinking happened is that when creating a new pipeline, I used the same name as one that I previously deleted and somehow got content from the old one mixed in with the new one I'm not sure. I will try to reproduce.