Edit copilot instructions

This commit is contained in:
2025-10-06 20:38:22 -04:00
parent d504e1e889
commit a576bc08a3

View File

@@ -23,7 +23,7 @@ This project consists of Power Query scripts (.m files) for processing and filte
- Filtering is performed in a single step using `Table.SelectRows` and helper functions for case-insensitive matching.
## Developer Workflows
- **Editing Queries**: Modify `.m` files directly in VS Code. Ensure blocklists and column names match the source CSV structure.
- **Editing Queries**: Modify `.m` files directly in VS Code. Ensure blocklists and column names match the source CSV structure. Remember that Text.RegexMatch is NOT SUPPORTED.
- **Adding New Rosters**: Copy an existing section, update the CSV filename and blocklists as needed.
- **Debugging**: Use Power Query Editor in Excel to preview results and troubleshoot issues with data loading or filtering.
- **Data Source Changes**: If CSV locations change, update the `File.Contents` path in each section.