Monday, September 19, 2011

Import multiple file

Below is code ---How to multiple file import at a time..

import.xml

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE Waveset PUBLIC 'waveset.dtd' 'waveset.dtd'>
<Waveset>
   
    <ImportCommand name='include' file='C:\Documents and Settings\Administrator\Desktop\New Folder\IDM_COURSE_WFP_Import  Workflow.xml'/>
    <ImportCommand name='include' file='C:\Documents and Settings\Administrator\Desktop\New Folder\IDM_COURSE_FRM_Import  Form.xml'/>
    <ImportCommand name='include' file='C:\Documents and Settings\Administrator\Desktop\New Folder\IDM_COURSE_RUL_Import  Rule.xml'/>
    <ImportCommand name='include' file='C:\Documents and Settings\Administrator\Desktop\New Folder\IDM_COURSE_WFP_Import  Email Template.xml'/>
   
   
   
</Waveset>

Under <waveset> tag,you can define all files name with path which you want to import at a time.

just import this file through import file tab

No comments:

Post a Comment