I am trying to use SSIS in VS 2015 to consume JSON data that does not follow the OData spec, but uses Open API. When trying to configure the data source, I do not have valid entries for either the Collections or Resource Path, so cannot proceed. Can SSIS consume Open API JSON, and if so, how?
Thank you.