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

File holder component #996

Open
jakubklimek opened this issue Sep 17, 2024 · 0 comments
Open

File holder component #996

jakubklimek opened this issue Sep 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jakubklimek
Copy link
Member

Often enough, when I am debugging in LP-ETL, I use Textholder to put my debugging data in. This works fine for text-based formats such as RDF , CSV, XML and JSON. It does not work for binary files such as XLSX, even though the use case is the same.

Therefore, a new component, file holder, would be useful. It would allow me to upload a file, and it would store it (probably as hex64binary) in the configuration, the same way TextHolder does for texts.

There is a risk that a user will upload large files, making the pipelines and configurations large, but it is the same risk as with TextHolder where one can also input a large text, making everything slow.

Without such component, I must upload the file either to the LP-ETL server, or somewhere downloadable, which is quite a hassle for simple debugging.

@jakubklimek jakubklimek added the enhancement New feature or request label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant