csvToMarkdown
$0.01/invocation
Converts CSV text into a GitHub-flavoured Markdown table, with columns padded so the raw output lines up in a diff or a pull request. Follows RFC 4180 quoting, auto-detects the delimiter, and right-aligns columns that hold only numbers while leaving identifiers such as leading-zero codes untouched.
csvToMarkdown(
)
=
loading...
API


python

Ruby
>_

Google Sheets
Chat
Email
To use this function in your Ruby application:
1. Install it:
gem install func_live
2. Copy over this snippet:
FuncLive.token = 'FUNC_TOKEN'
FuncLive.("csvToMarkdown", "name,dept,ext,years\nAda Lovelace,Engineering,0071,12\nGrace Hopper,Research,0245,31")
3. Make sure to replace FUNC_TOKEN with an actual token from tokens.wakeflow.io
For more information: https://rubygems.org/gems/func_live