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

Add java API and shiny control to let user load a dataset as csv file #23

Closed
amattioc opened this issue Nov 26, 2020 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@amattioc
Copy link
Collaborator

Users cannot load datasets outside of VTL code today. This creates some limitations with the VTL Studio in shinyapps because neither local csv files nor the R environment can be used in that situation (so, only SDMX datasets can be used).

To overcome this limitation, an explicit shiny control could be added to vtl studio, that allows users to upload a dataset in the csv environment. This could be a fileInput button that selects the file, and calls a java API that streams the files and puts it in the csv environment, ready to be used in vtl scripts.

@vpinna80
Copy link
Owner

vpinna80 commented Mar 8, 2021

Closed by 40faf9c.

@vpinna80 vpinna80 closed this as completed Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants