CSV (Raxol v2.0.1)

View Source

Simple CSV encoding functionality. This is a minimal implementation for basic CSV export needs.

Summary

Functions

Encodes a list of rows into CSV format. Each row should be a list of values.

Functions

encode(rows)

Encodes a list of rows into CSV format. Each row should be a list of values.