Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-26 | add: file_write() implemented | jvech | |
things implemented: - CLI option --only-out added - CLI option --format works more intuitively - csv tsv and json output support | |||
2024-07-24 | add: file_read() function implemented | jvech | |
things implemented: - Automatic file format infering - json_read() small refactor done - error checking in csv_read() improved | |||
2024-07-23 | add: csv_read() improved | jvech | |
Error messages are more specific and now columns are read as arrays of strings. | |||
2024-07-23 | add: read_csv function added | jvech | |
There is still much to do |