Hello,
I just purchased php grid control. Can you explain how I can import a csv file into grid so user can look at data before submitting data for additional queries.
Regards.
Hello,
The import feature is not there right now. Infact it's in development line.
These are the steps i am planning to have:
1) Import button in grid, Click import and select file
2) Show imported file top 10 lines with headers of grid (column 1 of csv = col 1 of grid)
3) Final submit button to import all csv in phpgrid table
If you can suggest some improvement, let me know.
It's still not supported.
For now, i would recommend to use PHPMyadmin import function OR use some other csv import to db script.
Hi,
It's still not supported. You can refer some good article for manual php code. e.g.
http://stackoverflow.com/a/27169316/385377