Example: exporting only database tables |
This example is a solution to problems you may run into if the following statement raises an error when attempting to query a component table:
To get around this error, you can call usmeta.tables(). The following example exports database tables, but not other types of table:
See also |