Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 09/23/2008 4:58 PM by  Peter Donker
Automatic Bulk Import of Documents
 3 Replies
Sort:
You are not authorized to post a reply.
Author Messages
Chhavi
New Member
New Member
Posts:56


--
09/18/2008 5:42 PM

    We have seevral files that are sent via FTP to our servers.  Is there a way to set up automatic imports of files from a folder in DMX?  I know we acn use the Admin->Options ->Import feature to import the documents manually, but is there a way to schedule this to run automatically?

    Thanks,

    Chhavi

    Peter Donker
    Veteran Member
    Veteran Member
    Posts:4536


    --
    09/23/2008 10:42 AM
    Hi Chhavi,

    You'd need to code it yourself, but it need not be overly complex. There is an Import method that you'll find quite easily if you trace the code from the Import page. Use that. Keep in mind that this code imports everything. If you need to 'merge' it will require more coding on your behalf.

    Good luck,
    Peter
    Chhavi
    New Member
    New Member
    Posts:56


    --
    09/23/2008 4:10 PM

    Hi Peter,

    Thanks for your response.  When you say 'merge' do you mean automatically adding new versions of the same file?  Are there APIs to do this in DMX 4?

    Thanks,

    Chhavi

     

    Peter Donker
    Veteran Member
    Veteran Member
    Posts:4536


    --
    09/23/2008 4:58 PM
    Hi Chhavi,

    In DMX 4 there is EntriesController.SimplifiedReplace where you specify an entry and the file to create a new version with.

    Peter
    You are not authorized to post a reply.