We now support Google Spreadsheet as a datasource as well in open source BI Helical Insight version 5.2.2. onwards. There are other kind of various flat files also that we have started supporting.

We are providing detailed information on how to connect to and use Google Spread Sheet files on the below steps:

In Google Drive, we can upload any sort of files (like excel CSV etc) which can in turn be used as a datasource in Helical Insight. In this document, we are explaining the CSV file

1. Log in to your Helical Insight application and go to the “Data Sources” module.

2. Once you are on “Data Sources” module, you will see many options to connect to different databases. Out of that you need to choose “Google spreadsheet”. Reference image is provided below:

Usage of Flat files (Google spreadsheet) in Helical Insight

3. Once you click on ‘Flatfile Google spreadsheet‘ and choose ‘Create’ a popup will open. A reference image is provided below

Usage of Flat files (Google spreadsheet) in Helical Insight

4. We have to prepare connection URL for Google sheet

Host: https://docs.google.com/spreadsheets/export?format=csv&id=1Wu1TH7vM89VvF3zdlTMVrAqxLho4DfN8NWowxEQAQ-Q&extension=csv

Note:

A. To configure the spreadsheet, it must be shared using the option Share > Anyone with the link

Usage of Flat files (Google spreadsheet) in Helical Insight

B. Open the spreadsheet file and get the ID from it from the URL. Refer to the screenshot below

Usage of Flat files (Google spreadsheet) in Helical Insight

5. In the “Datasource Name” section, we can provide any name with which the connection name will be saved and listed.

Even now, you can Test Connection, Save Datasource and then go to Metadata module, create Metadata and start creating Reports.

Below listed configuration can be used for more advanced use cases.

6. In the ‘Configuration Editor‘ we need to provide the details based on the type of flat file you are using. The configurations will vary for each flat file. All the sample configuration details are provided on the icon next to the ‘Configuration Editor‘. An image is provided below

Usage of Flat files (Google spreadsheet) in Helical Insight

7. Once you click on this icon, it will open a pop up with all the configurations for different flat files.

Usage of Flat files (Google spreadsheet) in Helical Insight

You will get direct “Copy to clipboard”, option which you can use to copy the content. You need to made necessary changes based on your details.

Explanation of configuration options :

1. tableName:

	Value: "mydata"
	Explanation: This specifies the name of the table that will be created or referenced in the metadata. In this case, the table will be named mydata.

2. strategy:

Value: "in-memory" Explanation: Specifies the data processing strategy. "in-memory": Data will be processed and stored temporarily in memory, without persistence to a physical location( Recommended) "persistent": Data will be persisted to a physical database file for storage.

3. persistentLocation:

	Value: "" (empty string)
	Explanation: Indicates the location for persistent storage when the strategy is set to "persistent".
	If the strategy is "persistent", a valid file path must be specified here (e.g., C:\\dbs\\test.duckdb).
	To be left empty when no persistent storage is configured.

4. extensions:

Value: ["excel", "spatial"]
	Explanation: Specifies the supported file types or processing extensions.
	"excel" enables the configuration to handle Excel files.
	"spatial" may indicate support for spatial

5. config:

This section contains additional configuration details for processing the flat file.

a. layer:

	Value: ["sheet 1"]
	Explanation: Specifies the sheet(s) in the Excel file to be processed.
	Here, only "sheet 1" is included for processing. If there were multiple sheets, their names would be listed in the array.

b. open_options:

	Value: ["HEADERS=FORCE", "FIELD_TYPES=AUTO"]
	Explanation: These are options for interpreting and processing the data.
	"HEADERS=FORCE" ensures that the first row of the sheet is treated as headers, even if this is not explicitly set in the Excel file.
	"FIELD_TYPES=AUTO" enables automatic detection and assignment of field types (e.g., string, integer, date).

8. We have provided the required configuration in the Configuration Editor

{
  "tableName": "TravelData",
  "strategy": "in-memory",
  "persistentLocation": "",
  "extensions": [
    "spatial"
  ],
  "config": {
    "auto_detect": true,
    "parallel": true
  }
}

9. Click on Test Connection, it gives The connection test is successful

(If there are no issues with configuration) click on Save Datasource

Usage of Flat files (Google spreadsheet) in Helical Insight

10. Go to the metadata page and expand the Flatfile Google spread sheet data source. Then expand the Travel Data connection. Expand ‘memory‘ and then ‘main’ and it will show the table name that we provided in the data source connection configuration. Drag the table into metadata. Save the metadata.

Usage of Flat files (Google spreadsheet) in Helical Insight

11. Create a report using the metadata and save it

Usage of Flat files (Google spreadsheet) in Helical Insight

Reach out to us on support@helicalinsight.com in case of any more questions.

Leave a Reply

Helical Insight’s self-service capabilities is one to reckon with. It allows you to simply drag and drop columns, add filters, apply aggregate functions if required, and create reports and dashboards on the fly. For advanced users, the self-service component has ability to add javascript, HTML, HTML5, CSS, CSS3 and AJAX. These customizations allow you to create dynamic reports and dashboards. You can also add new charts inside the self-service component, add new kind of aggregate functions and customize it using our APIs.
Helical Insight’s self-service capabilities is one to reckon with. It allows you to simply drag and drop columns, add filters, apply aggregate functions if required, and create reports and dashboards on the fly. For advanced users, the self-service component has ability to add javascript, HTML, HTML5, CSS, CSS3 and AJAX. These customizations allow you to create dynamic reports and dashboards. You can also add new charts inside the self-service component, add new kind of aggregate functions and customize it using our APIs.
Helical Insight, via simple browser based interface of Canned Reporting module, also allows to create pixel perfect printer friendly document kind of reports also like Invoice, P&L Statement, Balance sheet etc.
Helical Insight, via simple browser based interface of Canned Reporting module, also allows to create pixel perfect printer friendly document kind of reports also like Invoice, P&L Statement, Balance sheet etc.
If you have a product, built on any platform like Dot Net or Java or PHP or Ruby, you can easily embed Helical Insight within it using iFrames or webservices, for quick value add through instant visualization of data.
If you have a product, built on any platform like Dot Net or Java or PHP or Ruby, you can easily embed Helical Insight within it using iFrames or webservices, for quick value add through instant visualization of data.
Being a 100% browser-based BI tool, you can connect with your database and analyse across any location and device. There is no need to download or install heavy memory-consuming developer tools – All you need is a Browser application! We are battle-tested on most of the commonly used browsers.
Being a 100% browser-based BI tool, you can connect with your database and analyse across any location and device. There is no need to download or install heavy memory-consuming developer tools – All you need is a Browser application! We are battle-tested on most of the commonly used browsers.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
A first-of-its-kind Open-Source BI framework, Helical Insight is completely API-driven. This allows you to add functionalities, including but not limited to adding a new exporting type, new datasource type, core functionality expansion, new charting in adhoc etc., at any place whenever you wish, using your own in-house developers.
A first-of-its-kind Open-Source BI framework, Helical Insight is completely API-driven. This allows you to add functionalities, including but not limited to adding a new exporting type, new datasource type, core functionality expansion, new charting in adhoc etc., at any place whenever you wish, using your own in-house developers.
It handles huge volumes of data effectively. Caching, Pagination, Load-Balancing and In-Memory not only provides you with amazing experience, but also and does not burden the database server more than required. Further effective use of computing power gives best performance and complex calculations even on the big data even with smaller machines for your personal use. Filtering, Sorting, Cube Analysis, Inter Panel Communication on the dashboards all at lightning speed. Thereby, making best open-source Business Intelligence solution in the market.
It handles huge volumes of data effectively. Caching, Pagination, Load-Balancing and In-Memory not only provides you with amazing experience, but also and does not burden the database server more than required. Further effective use of computing power gives best performance and complex calculations even on the big data even with smaller machines for your personal use. Filtering, Sorting, Cube Analysis, Inter Panel Communication on the dashboards all at lightning speed. Thereby, making best open-source Business Intelligence solution in the market.
With advance NLP algorithm, business users simply ask questions like, “show me sales of last quarter”, “average monthly sales of my products”. Let the application give the power to users without knowledge of query language or underlying data architecture
With advance NLP algorithm, business users simply ask questions like, “show me sales of last quarter”, “average monthly sales of my products”. Let the application give the power to users without knowledge of query language or underlying data architecture
Our application is compatible with almost all databases, be it RDBMS, or columnar database, or even flat files like spreadsheets or csv files. You can even connect to your own custom database via JDBC connection. Further, our database connection can be switched dynamically based on logged in users or its organization or other parameters. So, all your clients can use the same reports and dashboards without worrying about any data security breech.
Our application is compatible with almost all databases, be it RDBMS, or columnar database, or even flat files like spreadsheets or csv files. You can even connect to your own custom database via JDBC connection. Further, our database connection can be switched dynamically based on logged in users or its organization or other parameters. So, all your clients can use the same reports and dashboards without worrying about any data security breech.
Our application can be installed on an in-house server where you have full control of your data and its security. Or on cloud where it is accessible to larger audience without overheads and maintenance of the servers. One solution that works for all.
Our application can be installed on an in-house server where you have full control of your data and its security. Or on cloud where it is accessible to larger audience without overheads and maintenance of the servers. One solution that works for all.
Different companies have different business processes that the existing BI tools do not encompass. Helical Insight permits you to design your own workflows and specify what functional module of BI gets triggered
Different companies have different business processes that the existing BI tools do not encompass. Helical Insight permits you to design your own workflows and specify what functional module of BI gets triggered