How to dump an output from SQL Server Profiler 2008 to a CSV-like file
If you save it into a trace table; you can get the data in a table in SQL Server which will let you manipulate it to your hearts content; including dumping it out to CSV if still required. The text data column is fully represented in the table. If you choose Save → Trace Table. … Read more