Hello, I am trying to connect to a fairly simple O...
# singer-taps
m
Hello, I am trying to connect to a fairly simple OData service. Authentication is simple with a basic username and password, there is a service root URI address, and the data transfer format is atom/xml instead of json. Is this something that the tap-rest-api-msdk extractor should be able to handle? Or is a custom connector typically required for OData? I haven't been able to find much specifically on Meltano and the OData protocol. Any help is much appreciated!
e
Hey @Malcolm Doepel! I'm not familiar with the OData protocol, but I don't think tap-rest-api-msdk can work with XML. The only tap I know that uses XML is tap-intacct, so that may serve as inspiration. Of course, feel free to create a discussion or an issue in the SDK repo with more details about OData and what changes would be needed for the framework to better support it.
1
m
Thank-you