-
Notifications
You must be signed in to change notification settings - Fork 15
Create a csv-directory option for rdump #225
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Requirements
rdump --csv will assume by default that it writes everything to a file. When rdump detects multiple record headers it returns a readable error to the user with the suggestion of using --csv-directory.
rdump --csv --csv-directory /tmp will write a record to their respective file where it uses the record name for entries
$ rdump mft.records --csv-directory /tmp
will result in a /tmp/filesystem/ntfs/mft directory with filename.csv and std.csv
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers