by shannah » Wed Nov 15, 2006 12:04 pm
Hi Walter,
There is a pseudo-framework built into dataface to allow you to write your own import routines and import records into Relationships currently... To import directly into tables without a relationship there is a small amount of work remaining (basically just need to add the action).
This framework still requires you to write a PHP routine to import data from either an uploaded file or a text area, but if you write the import rules - it will hook into the interface so that it is easy for your users to use.
I'm not sure when I'll have time to finish this off because this issue hasn't been requested by any current clients, but I'll do my best. If you're rushed for time, it also wouldn't be too difficult to define your own custom action to do the import. Then the user would get a tab called "import" or something, where you would have an HTML form for the user to either upload his data or paste it into a field - then parse it out...
Best regards
Steve