I need to upload a csv file by javascript Api call to be saved as Data Table . How this can be done?
I am trying to use alasql javascript library to convert the excel file to json then convert that to POJO finally save it as
a Table in Backendless. Is there a better way in Backendless to do this task?
You can upload CSV using “admin and management API”, which must be purchased through the Marketplace. Alternatively, you can parse the CSV in your code and use the Data Service API for every row in the file to store an object in a table.
1 Like