Skip to content

Commit

Permalink
Support CSV input option, which also allows tests to work again
Browse files Browse the repository at this point in the history
- CSV input doesn't have to be exactly like `sacct` would be, so that
  test data doesn't have to be updated for every schema change.

- --csv-input allows CSV to be fed in.

- Adjust different other parsers so that they can accept missing input
  fields (mainly the JobID fields), since with CSV various fields may
  be missing.  This may change outputs, mainly giving nulls in places
  where there may have been empty strings before.
  • Loading branch information
rkdarst committed Aug 8, 2024
1 parent d87e306 commit a769bc9
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 97 deletions.
Loading

0 comments on commit a769bc9

Please sign in to comment.