@@ -21,7 +21,7 @@ and individual object types by the type marker:
With `include` and `exclude` certain object types can be selected to be printed.
### Parameters
*`file_name` : Name of the data file to create, relative to the output directory of the framework. The file extension `.txt` will be appended if not present.
*`file_name` : Name of the data file to create, relative to the output directory of the framework. The file extension `.json` will be appended if not present.
*`include` : Array of object names to write to the ASCII text file, all other object names are ignored (cannot be used together simultaneously with the *exclude* parameter).
*`exclude`: Array of object names that are not written to the ASCII text file (cannot be used together simultaneously with the *include* parameter).