Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding gsheets_ts #468

Merged
merged 17 commits into from
Feb 8, 2022
Merged
Prev Previous commit
Next Next commit
Removed 'All' argument and made parsing all sheets the default
  • Loading branch information
Hussein Khalifa committed Nov 26, 2021
commit a140c9abb8cc43db97554d538fc7967025178d7f
2 changes: 1 addition & 1 deletion data/recipes/gsheets_ts.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}],
"args": [
["spreadsheet", "ID or URL of the Google Sheet spreadsheet to collect data from.", null],
hkhalifa marked this conversation as resolved.
Show resolved Hide resolved
["--sheets_names", "Comma-separated list sheet names to collect date from. Default is 'All' which parses all sheets in the spreadsheet.", []],
["--sheets_names", "Comma-separated list sheet names to collect date from. If not set all sheets in the spreadsheet will be parsed.", []],
["--validate_columns", "Set to True to check for mandatory columns required by Timesketch while extracting data. Set to False to ignore validation. Default is True.", true],
["--sketch_id", "Sketch to which the timeline should be added", null],
["--token_password", "Optional custom password to decrypt Timesketch credential file with", ""],
Expand Down