Easier Import

It appears that data must be imported manually by selecting field names from a popup that match imported data. This would be a tedious process for our users at remote locations.

I would like to have the option to skip the selection of field name popups and have the import automatically match incoming data by field order in the source file. In other words, it is relatively easy for us to create source data files with the fields already set up in the same order as the fields in the table that the data will be imported to.

will be added to the import plugins in Servoy 2.0 rc8

todo it purely on order is pretty dangerous.
Because the order of the database columns are now sorted for example, with one exception and that is that the pk is the first column..

I did change it now so that the names are matched… (and those are selected).

What i could do if no names are matched then i fill in the order of the columns. But do check this!