Hi:
I want to read a CSV file and load a MySQL table with that data (or load a vaadin table). Is there any example of something like this? Maybe an example on how to read the file on a server, not necessarily upload it…
thanks!!!
Hugo
Hi:
I want to read a CSV file and load a MySQL table with that data (or load a vaadin table). Is there any example of something like this? Maybe an example on how to read the file on a server, not necessarily upload it…
thanks!!!
Hugo
Don’t know if there are any Vaadin-related examples, but as the business-logic would be the same as with any CSV-into-MySQL-program, it should be pretty easy to google an example …
For example this one - second hit on “CSV into MySQL” via Google …