import export
Import/Export API Module Version 2
As I'm debugging the code for the Drupal 6 port of importexportapi I am thinking of ideas for the version 2 rendition of the module. The original version of the module was written before there was a Schema API to use and with the Schema API the module could take on a whole different form. Also, currently the module is written to import/export Drupal tables only based on the modules name, not bad, but this doesn't give any room for external data sources that are not tied to a module enabled by Drupal. Therefore an API for the external data needs to be created.
Content and User Import and Export Modules
moved to a wiki http://groups.drupal.org/node/21338
A look at my Data API proposal from Drupalcon Brussels 06
All this import/export malarky is actually part of a problem I identified many years ago, while writing FAPI.
FAPI in it's current state was always meant to be the first phase in a much larger project to fix a lot of the inherent design problems we have been bumping heads against now.
If the code looks 'non-drupal like' to you, keep in mind when this presentation was done, FAPI itself was new, and such sweeping changes still had an opportunity of being taken seriously. Unfortunately I suffered from burnout shortly afterwards, and extracted myself from doing serious core development.
FAPI3 - AKA Data API presentation
Read below for some comments on this :
Drupal expert | www.yapaka.be
I'm working for www.cfwb.be (belgian governement). Our main website is
www.yapaka.be (we try to avoid ill-treatment by helping people to
communicate with each others).
We made a website for teenagers, www.100drine.be this site runs 2
installs of wordpress.
Recently we launched www.ismile4peace.org a sister website of
100drine.be. This site runs Drupal. I encourage anyone to visit the
website and add it's own smile :-)
Due to a lack of time, we are looking for someone to convert the
wordpress content to drupal. The plan is to merge www.100drine.be and
XSD schema import?
Really a prayer rather than a query - what are the feasibilies to taking an existing XML schema and importing it using this API? - am I in completely the wrong ballpark?
I work with biological databases and we have a whole load of standard data exchange formats (see TDWG for further information on these standards), and it would be really neat™ if this were possible.
Let me know if I need to be going elsewhere.
Thanks,
Kehan
Examples of Import/Export API use
Hi All,
I am currently trying to get my head around this API.
I need to import a CSV file into Drupal.. simple enough really.
What I'm looking for is some example of use of the ImportExportApi in use in some other modules.
I find it really helps to see the code in action somewhere, to get a good feel for how it works.
So apart from the Module itself, can anybody point me int the right direction?
Later
Alan



