Latest Activity

code

JSON Datasource

I am trying to create JSON datasoure using DEN70EDUD1201LAB01 data but when i am trying to run start.bat file I am getting the below. Error : WARN::FAILED SelectChannelConnector@0.0.0.0:8081: java.net.BindException: Address already in use: bind. How ...

port in use JSON Data Source

code

Parsing JSON file

Hi there, I face the following challenge when trying to create a base view from a JSON file. The content of the file is as follow: {"key1":"xxxx","key2":"xxxxx","key3":"xxxxx","key4":"xxxxx"} {"key1":"xxxxx","key2":"xxxxx","key3":"xxxxx","key4":"xxxx...

JSON Data Source Json

code

JSON Data Source with optional Interpolation Variables

I want to make a JSON Data Source from this URL: https://data.cdc.gov/resource/52kb-ccu2.json This URL supports filtering by adding query strings to the end of the URL. These simple query string filters are optional. Here are 2 such examples? https://...

Interpolation Variables JSON Data Source JSON Datasource

code

JSON Data Source: Tuple root value to "/JSONFile/jsonarray" not giving results

Hello, I am trying to create a new JSON Data Source of the following URL: https://data.cdc.gov/resource/52kb-ccu2.json I am using Admit Tool of 8.0 20210209 and VDP Server of 8.0 20210715 If you put that URL in the browser, you will see something lik...

JSON Data Source

code

Problem with pagination for JSON HTTP datasource

I have a JSON HTTP datasource that returns data that looks like this: { "pagination": { "pageNumber": "3", "pageSize": "100", "totalAvailable": "251" }, "datasources": { "datasource": [ {"name": ...

Pagination JSON Data Source

code

How to create a Data Source for accessing web app output via RESTful API?

Is there a way to create a Data Source for accessing the output (JSON format) of a web application via application provided RESTful API (e.g.

Data Source JSON Data Source

code

JSON file within a ZIP --- can access but the formatting is odd ---

I have created a data source that pulls in a zip file with a JSON file inside it and I am strugging to parse it with a custom tupple pattern. No matter what tuple root I use Denodo fails to display it -- it just blanks out and no error message provided...

Base view JSON Data Source

code

Integration of a Json file with a special structure

Hello all, I currently have the problem that a json file cannot be read correctly into Denodo. No data is displayed here, see image 1. With other Json files this works perfectly. I used tuple root as "TUPLEROOT = /JSONFile/JSONArray". Attached is the...

JSON Data Source JSON

code

JSON Datasource Tuple Root Rows

Hello, I'm trying to create a JSONDatasource from this sample: [ { "Header": { "publishedDateTime": "20211110150141", "messageId": null, "messageType": null, }, "Investment": { ...

JSON Data Source

code

Dynamic Query in JSON

Hi team, How to create a dynamic query for the specific field or multiple fields? Because, I think Dynamic query helps to filter the data in runtime and gets to filter the huge data and provide the result much faster than the usual one. So I need to ...

Dynamic JSON JSON Data Source Dynamic Datasources JSON Datasource