Edit copilot instructions
This commit is contained in:
2
.github/copilot-instructions.md
vendored
2
.github/copilot-instructions.md
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user