Hi Michael
Actually, the CSV example in the
stubs directory is not an import handler, but an example of how to manage your CSV source.
However, I found a difference between the XML parser and the CSV parser : In the CSV parser, the
parse() method does not return the CSVDoc object.
So, in your import handler, in the
initialize() method, you may do something like this :