mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-08 01:53:52 +00:00
Single CSV with every item across every zone in <projectDir>. The zone name is the first column so a pivot table can group by it; remaining columns mirror --export-zone-csv items output (index, id, name, quality, itemLevel, displayId, stackable). Saves running the per-zone CSV exporter N times and concatenating manually. Reuses the existing CSV-escape lambda so commas and quotes in names round-trip cleanly. Verified: 2-zone project (A: Sword, "Helm, with comma" / B: Crown) emits 3 rows with the comma'd name correctly double-quoted; zone column lets a downstream pivot group correctly. Brings command count to 224 (kArgRequired 205). |
||
|---|---|---|
| .. | ||
| asset_extract | ||
| auth_login_probe | ||
| auth_probe | ||
| blp_convert | ||
| dbc_to_csv | ||
| editor | ||
| asset_pipeline_gui.py | ||
| backup_assets.sh | ||
| diff_classic_turtle_opcodes.py | ||
| gen_opcode_registry.py | ||
| generate_ffx_sdk_vk_permutations.sh | ||
| m2_viewer.py | ||
| opcode_map_utils.py | ||
| validate_opcode_maps.py | ||