Exporting with Parent Data
To export a data record with its parent data, you can specify the xcsvwpd command. This command exports the specified records, along with all the referenced non-public foreign key records associated with the specified records. The generated CSV file is in multi-table format.
Note: All the xcsvw* commands are far more expensive in terms of CPU usage than the plain
xcsv command. Using them to export a large data set will take a long time, since many
foreign keys must be found. Use the commands with a restrictive where-clause, as shown
in the examples, to limit the running time.