1. Convert CSV to Markdown Table
Technical WriterBackground
A writer needs to include a list of project contributors in a README file based on a CSV export.
Problem
Manually typing out Markdown syntax for a large dataset is error-prone and slow.
How to use
Paste the CSV data, set the header style to 'Bold', and enable 'Pad Columns' for readability.
inputFormat: csv, hasHeader: true, headerStyle: bold, padColumns: trueOutcome
A perfectly aligned, readable Markdown table ready to be pasted into the project documentation.