Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excel files as Evidence data source #1890

Open
razakpm opened this issue Apr 15, 2024 · 1 comment
Open

Excel files as Evidence data source #1890

razakpm opened this issue Apr 15, 2024 · 1 comment
Labels
connectors Database connectors

Comments

@razakpm
Copy link

razakpm commented Apr 15, 2024

Feature Description

I'd like to propose the addition of Excel file support (with xls or xlsx extensions) as an input source for the "evidence.dev" into a common storage format (parquet) . This enhancement would enable users to import data directly from Excel files, including those with multiple sheets.

Goal of Feature

Integrating Excel file support would streamline the process of ingesting and visualizing data from various devices, enhancing the user experience and expanding the versatility of the feature.

Current Solution / Workarounds

At present, users resort to employing custom solutions to extract data from Excel files and store it in the database. This approach introduces unnecessary complexity and potential for errors.

Alternatives

One workaround currently utilized is converting each sheet of the Excel file into CSV format and then proceeding with the CSV-based solution. However, this method involves additional steps and may not fully leverage the functionalities inherent in Excel files

@archiewood archiewood added the connectors Database connectors label Apr 15, 2024
@archiewood archiewood changed the title Add excel file as Input Component and make into common storage format Excel files as Evidence data source Apr 15, 2024
@archiewood
Copy link
Member

Great request. We might be able to lean on DuckDB for this

https://duckdb.org/docs/guides/import/excel_import.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
connectors Database connectors
Projects
None yet
Development

No branches or pull requests

2 participants