Exporting Referenced PUBLIC Data during Multi-table Exports
CSVUtil provides the ability to export referenced PUBLIC data during the multi-table export operations (xcsvwcd, xcsvwpd, xcsvwpcd). This feature is especially important when exporting data from a source database where the PUBLIC data has been modified.
Here is a sample CSVUtil command line for exporting referenced public data:
java glog.database.admin.CSVUtil -excludePublic N -command xcsvwpcd -connectionId localdb4 -dataDir . -dataFileName whatever.csv -tableName RATE_GEO -whereClause "domain_name = 'DGANO'"
Notice the -excludePublic option is set to N, meaning that public data should not be excluded (it should be exported, in other words).