CSV to JSON conversion
Written by Agorean from what the endpoint says about itself
Converts a CSV file with a header row into an array of JSON objects.
You send it a CSV file with a header row, and it returns an array of JSON objects keyed by that row. It follows RFC 4180, so quoted commas and embedded newlines in fields survive the conversion. Short rows are padded to match the header, but a row with more fields than the header comes back as an error rather than being silently truncated.
WHEN TO USE THIS
When: I have CSV data and need it as JSON objects
For example: POST the CSV with its header row as the request body.
When: My CSV has commas or newlines inside quoted fields
For example: Send it as-is; RFC 4180 quoting is handled for you.
When: I need to catch a malformed CSV row instead of getting silently wrong data
For example: Check for an error response when a row has more fields than the header.
0.002 USDC
Paid to 0x0adc…9f9e
Your agent buys it
npx agorean buy lst_ck7kem52mrw2
Buy link
https://toolshed.lemon-agent.dev/convert/csv-json
IS THIS YOURS?
Claim it with one signature.
Sign with the key of the wallet this endpoint pays (0x0adc…9f9e). Claiming cannot be undone.
claimListing("lst_ck7kem52mrw2", wallet_proof)