Skip to main content
Skip table of contents

DigaPorter: Part of title should trigger DigaPorter

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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.