pipr.tools
Pipes
Clean Email Strip formatting from pasted email for clean plain text Clean AI Output Clean plain text from ChatGPT or AI output Decode & Format JWT Decode a JWT and pretty-print header and payload Word Frequency Count word frequency in text

Markdown Table

GitHub Markdown table from CSV data

Format Text
Input75 chars
Output0 chars

Examples

Convert a team roster CSV to a Markdown table for a wiki

Usage
"Name,Role,Team
Alice,Engineer,Platform
Bob,Designer,Product
..." | csv-to-md-table

Format product CSV as a Markdown table for GitHub README

Usage
"Product,Price,Stock
Widget,$9.99,150
Gadget,$24.99,42
Gizmo,..." | csv-to-md-table

Create a Markdown event schedule from a CSV calendar export

Usage
"Date,Event,Location
2024-03-01,Kickoff,NYC
2024-03-15,Review..." | csv-to-md-table