SkillAgentSearch skills...

Rpt2csv.py

Convert RPT (as generated by Microsoft SQL Server Management Studio) to CSV

Install / Use

/learn @tildechris/Rpt2csv.py
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

rpt2csv.py - Another RPT to CSV Converter

This is a simple python script to convert a RPT file to a properly escaped CSV file.

Usage

Command line:

python rp2csv.py inputFile outputFile

Python script:

import rpt2csv

with open("path\to\input.rpt") as inputFile:
	with open("path\to\output.rpt",'wb') as outputFile:
		rpt2csv.convert(inputFile,outputFile)
View on GitHub
GitHub Stars24
CategoryData
Updated6d ago
Forks12

Languages

Python

Security Score

90/100

Audited on Mar 26, 2026

No findings