Hi Guys
At this link
you can find useful details about to use the Test Data Transfer Tool.
I would
like to share how to export only tables where the name start with specific
characters.
In this case,
as you know we have to use the regular expression.
Therefore,
for instance, if we want to export ONLY the DMF tables the syntax will be:
.*(?<!^DMF.*)
Practically,
create a new txt file, move the expression above and finally copy the file
inside the Lists folder.
The example above is useful also to move the DMF Setup from one Environment to another.
The example above is useful also to move the DMF Setup from one Environment to another.
Stay tuned!