Latest Activity
Hello, I'm trying to create a JSON data source using the HTTP Route. I need to provide an API key for authentication, but I don't know where to put it. The curl request below captures the request I'm trying to make in Denodo. curl 'https://subdomain...
Hello, Is it possible for a API Call to do an Update or an Insert. If the data exists Update if not then Insert. Also is the PUT response method available in the express version?
For JSON data sources retrieved via HTTP, the help text for "Parameter in URL for page size" and "Page size" for token continuation pagination indicates that they are "(Optional)", but when omitted, I can't save because a field validation tool tip pops...
I am using Denodo 6. I am faced with a REST data source that actually returns text/plain only - application/json or application/xml is not offered. Probably the easiest approach is to create a Delimited File data source with a very uncommon delimiter, ...
We have a SharePoint library where an external mechanism will routinely upload CSV files to (Note that the only constant will be that it will be a CSV file of a specific format, and SharePoint won't allow duplicate named files). In our testing we've s...
Let's say there's a RESTful Service that publishes a list of Users and returns a Transaction_ID. The REST Service that I want to utilize requires a POST body of a specific XML format. While Denodo allows static data to be embedded within a POST (e.g. ...