Move Notes and Tables to new KiBot Group file
Some checks failed
KiBot CI / test (push) Failing after 23s
Some checks failed
KiBot CI / test (push) Failing after 23s
This commit is contained in:
26
kibot/yaml/outputs/kibot_out_csv_report.yaml
Normal file
26
kibot/yaml/outputs/kibot_out_csv_report.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
# KiBot output for CSV Report
|
||||
# https://kibot.readthedocs.io/en/latest/configuration/outputs/report.html
|
||||
|
||||
kibot:
|
||||
version: 1
|
||||
|
||||
outputs:
|
||||
- name: @NAME@
|
||||
comment: '@COMMENT@'
|
||||
type: report
|
||||
category: '@DIR@'
|
||||
dir: '@DIR@'
|
||||
output_id: @OUTPUT_ID@
|
||||
options:
|
||||
output: '%f-%I%v.csv'
|
||||
template: @TEMPLATE@
|
||||
exclude_filter: '_mechanical'
|
||||
csv_remove_leading_spaces: true
|
||||
|
||||
...
|
||||
definitions:
|
||||
NAME: csv_report
|
||||
COMMENT: Report in CSV format
|
||||
DIR: mfg
|
||||
OUTPUT_ID: ''
|
||||
TEMPLATE: total_components
|
||||
Reference in New Issue
Block a user