Updated the README and generic example.
This commit is contained in:
parent
8ede3089de
commit
6c4df66aeb
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue