You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the feature I am trying to implement I am trying to work on a small text file, process it's information and store to database.
Currently Budibase provides only attachment component for it's own database, so I can only copy paste the csv or json contents to process with javascript.
What if you created a File and Filereader combination that would allow the loading of text files, even with some size limitation so that we could parse the contents with javascript. Moreover think of the idea of a Component that loads csv files with header to json arrays and a similar for json text file to json object. I think it would help a lot all those people that are trying to load data from FE. Also consider allowing the loop feature from FE. Not only from automations.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In the feature I am trying to implement I am trying to work on a small text file, process it's information and store to database.
Currently Budibase provides only attachment component for it's own database, so I can only copy paste the csv or json contents to process with javascript.
What if you created a File and Filereader combination that would allow the loading of text files, even with some size limitation so that we could parse the contents with javascript. Moreover think of the idea of a Component that loads csv files with header to json arrays and a similar for json text file to json object. I think it would help a lot all those people that are trying to load data from FE. Also consider allowing the loop feature from FE. Not only from automations.
Beta Was this translation helpful? Give feedback.
All reactions