How to dump UVM randomize transaction in a txt.file

Hi, I write a basic seq_item in one of my agent. I want to dump the items in my seq_item into a txt.file? How Can I do it in Mentor?

There is nothing specific to Mentor tools that you need to do.

You can use the existing UVM’s uvm_report_info method to write reports to a file. You can associate a particular reportID with output to a file.

If you need a specific format to output data, then you might just use $fwrite.