Latest Activity

code

JSON from https

How can I connect json data source from https? thanks

JSON

code

JSON parameter with OR condition

Team, We are creating datasource going into Datasource -> Json and creating datasource connection and creating base view from API 1) We are succesfully able to create Datasource the connection passing below credentials DATA route: HTTP Client HTTP...

DENODO json JSON

code

Using JSON data source from file, when the root is array

Hi, I tried to use the JSON data source, when the root json type is array. Let's take for example a file containing the following data : [{"id" : 3, "name" : "xxx", "color" : "blue", "available" : false},{"id" : 13, "name" : "yyy", "color" : "green", ...

JSON

code

Twitter tweets limiting

I am trying to get the tweets from twitter using below query https://api.twitter.com/1.1/search/tweets.json?q=@query&count=@count&since=@from_date&until=@to_date I have flattened the statuses field and created the view. For every api call i...

REST API twitter search json

code

JSON Parsing in Denodo

Hi support Quick question about Json parsing. I know there are currently no native functions (please let me know if that is incorrect) for parsing json on the read, like you would have natively with HIve or Presto (using something like get_json_object...

json

code

What ports does Denodo uses when connecting to JSON Data sources

Hi, I would like to know what ports does denodo internally uses to connect to JSON data sources? is there any place where I can check all the ports being used by denodo currently. I know denodo uses 80, 8080, 443 ports to connect to webservices. howev...

connectivity JSON ports

code

JSON query with REST API exposed via Denodo

Hi, I have created an view in denodo and exposed the details as REST API. I want to query the API with JSON query. I know we can do it by dynamic URI parameters. Any help is appreciated. Thanks

JSON

code

JSON Parsing within string fields

Hi, We are recently getting stood up with Denodo for our organization and I am trying to find native functions that will work for JSON parsing. This is a bit different than the "flatten" or other abstractions that you can do from VDP, but rather manip...

JSON

code

When creating JSON source, how to save Session ID from an authentication and then use another URL for data ?

Hi, I am trying to create a JSON source in Denodo (and I've done it before). This particular external source has the following condition - "In order to access documents via the API, you must be logged in as an authenticated user. This is handled throu...

JSON

code

JSON / Odata as Source

Hello, we are trying to consume data from a web service, that supports both JSON and XML results. We have the source imported as JSON, and can use variables in the URL just fine. The problem is we want to be a little more dynamic, and have the where ...

ODATA JSON DataSource