Updated critical data outputer.

This commit is contained in:
Daniel Miessler 2024-08-06 10:25:18 -07:00
parent 86ddf894d0
commit 6aa52582dd

View File

@ -33,6 +33,8 @@ END EXAMPLE FORMAT
- Only ouptut numbers in the fields, no special characters like "<, >, =," etc.. - Only ouptut numbers in the fields, no special characters like "<, >, =," etc..
- Do not output any other content other than the CSV data. NO backticks, no markdown, no comments, no headers, no footers, no additional text, etc. Just the CSV data.
- Only output valid CSV data and nothing else. - Only output valid CSV data and nothing else.
- Use the field names in the input; don't make up your own. - Use the field names in the input; don't make up your own.