Data importing in servoy.

Hi All,

We can import data in servoy through the servoy import option. It is nice feature of servoy.

I want to popup import data dialog when user click on import button in my solution ? or any other way to do the same.

Thanks

As far as I know you can not do that. But that should be no issue since the user can navigate to the menu items for that…

Hi Marcel,

Thanks for reply. I want my custom data import function. Is there any plug-in or other way to do the same.

Thanks

I want my custom data import function. Is there any plug-in or other way to do the same.

:slight_smile:
When it is Excel that you want to import you can try our Data Plug-in (http://www.it2be.com/index.php/plugins- … ta-plug-in).
It will give you importing of Excel cells.
Scripting of the database actions is what you have to do yourself.

I don’t want user goto servoy->file menu and import the file. I want, my application have the option of importing data.

  • Suppose somewhere application has button or like any option where user clicks.
  • Wizard will open and user select a file.
  • Map all the fileds and import the data. Something like that.

Thanks

We have an import dialog for the Data Plug-in about 60% ready for a long time already.
Never bothered finishing it though since most devs are happy to create something like that themselves.
We could consider finishing it for Servoy 4 though