Add examples of sorting, grouping and filtering configs

This commit is contained in:
Shrikanth Upadhayaya 2024-07-23 12:43:11 -04:00
parent 7201dc2762
commit be993882ef
No known key found for this signature in database

View File

@ -3,14 +3,19 @@ columns:
part_attributes:
- "Manufacturer"
- "MANUFACTURER"
sort: "asc"
- name: "Part Number"
part_attributes:
- "PART"
- "MANUFACTURER #"
- "_part_id"
remove_rows_matching: "TP|MTG|FID"
- name: "Designator"
part_attributes: "Designator"
grouped_values_separator: "; "
grouped_values_sort: "asc"
- name: "Description"
part_attributes:
- "PART DESCRIPTION"
- "_description"
- "_description"