The following example describes using an export script with the calendar filter, which enables you to export only objects with the name Calendar:
:SET &OBJECT# = "CALE.*"
:SET &FILE# = "C:\temp\export\automic_CALENDAR_export.xml"
:SET &RET# = EXPORT(&OBJECT#,&FILE#)
By adapting the first Script-Line (:SET &OBJECT#=”[OBJECT_NAME_WITH_WILDCARDS”) you can also modify the exports. For instance, if your Calendars use the default naming convention, which starts always with CALE.[NAME], you can create one xml-file for all calendars as shown above.
Parent Topic |