Peter,
Not really for at least a couple of reasons:
DNN repository obfuscates the file names on disk as a security measure similarly to DMX - it puts a guid in, so a file whose 'real' name is say 'spreadsheet.xls' is stored as 'spreadsheet.f4b736d0-5814-4868-b545-26a1c9bbfe28.xls'. DMX of course this shows the file as 'spreadsheet.f4b736d0-5814-4868-b545-26a1c9bbfe28' after import which is not very user friendly (to put it mildly ).
We also have categories and attributes associated with many of the files which it would be nice to preserve rather than have to go through a re-entry process.
So unless there is something magic you can suggest to at least strip out the GUIDs I don't think a simple import will suffice. I am envisaging writing a script that exports data from the repository tables to a spreadsheet which will allow some manipulation, then re-importing to the DMX tables, hopefullly using existing stored procedures with as little direct table manipulation as possible to avoid the possibility of corruption. In parallel I can VBscript a filestore copy which will produce 'nice' file names. I have successfully adopted a similar approach with migrating data from an obsolete store to our current preferred product. I haven't looking very deeply into the DMX tables structure yet so I don't yet know whether this will be easy, hard or (next to) impossible. Do you have a schema diagram or similar you can let me have as that will be of some help?
I was sort of hoping that maybe someone had done something similar already and had some scripts they would be able / willing to share. Yes, I am an optimist! As before any advice and guidance would be gratefully accepted.
Regards,
Graham