Ths is a csv editor and a backend for other frontends.
Ced is not a fully featured editor, but more likely an "ed" for csv. Ced simply prevents you from adding surplus column or invalid data type.
bash
cargo install ced --features cli
Ced option
```bash
ced --version
ced --help
ced --schema schema.csv data.csv --command 'add-row 1 100,20;write' ```
Ced shell command
```bash
ced ced file.csv
help
import file_name.csv
schema ced_schema.csv
print print tidy-viwer
add-row First Header = ..
Second Header = ..
edit-row
limit
schema file_name true
export file_name.csv
write
undo
redo ```
Currently CR(Old Mac OS line ending) format is not supported. CRLF and LF works. This might change in future releases.