Updated the README and generic example.

This commit is contained in:
SET 2020-08-15 11:02:12 -03:00
parent 8ede3089de
commit 6c4df66aeb
2 changed files with 2 additions and 2 deletions

View File

@ -361,7 +361,7 @@ Next time you need this list just use an alias, like this:
- `hide_pcb_info`: [boolean=false] Hide project information.
- `hide_stats_info`: [boolean=false] Hide statistics information.
- `quote_all`: [boolean=false] Enclose all values using double quotes.
- `separator`: [string=','] CSV Separator.
- `separator`: [string=','] CSV Separator. TXT and TSV always use tab as delimiter.
- `exclude_any`: [list(dict)] A series of regular expressions used to exclude parts.
If a component matches ANY of these, it will be excluded.
Column names are case-insensitive.

View File

@ -59,7 +59,7 @@ outputs:
hide_stats_info: false
# [boolean=false] Enclose all values using double quotes
quote_all: false
# [string=','] CSV Separator
# [string=','] CSV Separator. TXT and TSV always use tab as delimiter
separator: ','
# [list(dict)] A series of regular expressions used to exclude parts.
# If a component matches ANY of these, it will be excluded.