{"name":"csv-to-jsonl","description":"CSV to JSON / CSV to JSONL converter / data pipeline preprocessor. RFC 4180 parser. Type inference (booleans, integers, floats, ISO dates, null). Configurable delimiter, quote, header, rename, drop columns.","price":"$0.02","method":"POST","input_schema":{"properties":{"csv":{"type":"string"},"format":{"type":"string","enum":["jsonl","json","ndarray"]},"delimiter":{"type":"string"},"quote_char":{"type":"string"},"has_header":{"type":"boolean"},"rename":{"type":"object"},"drop_columns":{"type":"array"},"infer_types":{"type":"boolean"},"null_values":{"type":"array"},"trim":{"type":"boolean"}},"required":["csv"]},"input_example":{"csv":"name,age\nAlice,30\nBob,25","format":"jsonl"},"output_example":{"jsonl":"{\"name\":\"Alice\",\"age\":30}\n{\"name\":\"Bob\",\"age\":25}","row_count":2},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}