API/XML Mapping with CSV file using azure data factory getting error message
I am facing issue while extracting API/XML data using azure data factory....giving below error message ErrorCode=UserErrorInvalidPluginType,'Type=Microsoft.DataTransfer.Common.Shared.PluginNotRegisteredException,Message=Invalid type 'XmlFormat' is provided in 'format'. Please correct the type in payload and retry.,Source=Microsoft.DataTransfer.ClientLibrary,' Step I followed -
1 - Created LS using HTTP service, tested URL it works
2- Created DS for source using (Generic protocol) HTTP - XML and given URL , tested looks fine
3 - Created DS for Sink as CSV/Parquest service
3 - Created copy activity added source detail and verified with Preview data, looks fine
4 added sink detail.
now while debug it throwing error message -
ErrorCode=UserErrorInvalidPluginType,'Type=Microsoft.DataTransfer.Common.Shared.PluginNotRegisteredException,Message=Invalid type 'XmlFormat' is provided in 'format'. Please correct the type in payload and retry.,Source=Microsoft.DataTransfer.ClientLibrary,'