Q: How can I trigger DigaPorter to work on a special title when I set my source to DigaSystem database?
A: DigaPorter supports SQL statements which can work with the same syntax like any query in Management Studio or Query Analyzer.
Example 1:
(TITLE LIKE 'SOCCER%' OR TITLE LIKE 'AFRICA%')
Result:
DigaPorter will work on all elements where the title starts with the string SOCCER or AFRICA.
Example 2:
(TITLE LIKE '%AFRICA%')
Result:
DigaPorter will work on all elements where the title contains the string AFRICA.