I am moving data from Azure Table Storage (source) to Azure Table Storage (Destination)
I have lets say 15 columns in my source but I only want 7 of those in my destination. How can I, or what is the best way to map or query that. I have done some reading into OData queries but that hasn't helped. I am assuming I have to query something similar to a SQL select statement in the copy activity in ADF .
for example: this is the error I get
Thanks in advance. Please ask for clarification if needed.