Hello, this subject has been tossed around for a while, but I haven’t seen it addressed recently. Currently we have the need for functions that do stuff like:
- Display a report with the content of the excel file (like asking the user to confirm before updating the DB)
- Import the excel data to a table and complete other field with default values
- Or read the excel data and based on that CREATE transactions in different tables (meaning data is not imported as-is, its transformed and stored in various tables)
In these cases the user doesnt have to know which connections, tables or field mapping are used in order to do that, its all done programatically. Is there a way to do this without having to acquire the IT2BE dataplugin? I feel this is way too essential to be left out of servoy, specially considering the fact that most of us are migrating from other development platforms and/or have to integrate with other systems through files.
Thanks in advance for your inputs…