Share

dump_object

Dumps the content of an Object into a file.

If a folder is not specified then a temporary one will be created looking at environment variables: TEMP, tmp or temp. If none of the environment variables are found then a system call will create one.

Inputs

object

The Object to dump. It passes through unchanged.

filename

The name of the dump file.

folder

Optional folder for saving the log file. If this is not specified, the file is written to your temp directory.

sample_size

If greater than 0, a data sample of the specified size is dumped for each component.

Outputs

out_object

The unchanged Object input.

log_file_path

Full log file path.

Was this information helpful?