Exclude objects from schema/data compare from command line
This is a follow on question to
https://forums.devart.com/viewtopic.php?f=33&t=39489In that post it reads
You can create a filters list that will be used in the command line using the key:CODE: SELECT ALL
/schemacompare ... /Filter:"C:\Filter.scflt"
In case the database objects are dynamic and need to be changed periodically, you can manually resave the filter. Or, you can manually specify them in the file.
My question is: Is there any documentation about the format of the scflt file?
I am able to create scflt from the schema compare tool, but not from the data compare tool, and I need to be able to control which tables and which data get scripted
Thanks