Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-24 | add: file_read() and format integraded on main program | jvech | |
things implemented: - read output in false bug was solved. - Make generic rule added to build test executables - format option added to the CLI | |||
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 |