24.2.3 Using wildcards to specify table sets

You can specify an informal group of tables by using wildcards with partial TableID, table format, or table-group names; see §4.6 Using wildcards in configuration settings. Mif2Go uses the first entry in a section that matches for each table, so put the exceptions before the general case. For example:

[TableAfterMacros]

af123456=

ac*=<br><br>

*=<br>

These settings would result in the following:

no spacing after table af123456

double spacing after all tables with FileID ac

single spacing after all other tables.