Loading Data from Dynamics CRM to SQL Server
问题 Not able to get optionset string from Dynamics CRM to SQL Server using Azure data factory. I am using Azure data factory to move data from Dynamics CRM to SQL DB. I used fetchXML query to get the data from source (CRM). I am able to get normal string and guid type values without any issue. But the optionset field from CRM is coming as Int32 type (ie, I am getting the value of optionset, not the string). How can I fix this issue? 回答1: Probably you are using this approach to get the fetchxml