| name | migrate |
| description | Reads CSV files from the latest fetchapi data folder and copies them into a new timestamped folder inside the migrate skill folder. Use after the fetchapi skill has been run. |
Usage
Step-1: Pick the Python environment
Use the .venv environment located at C:\bugandfixclaudecodecourse\.venv
Step-2: Run the migration script
Reference and run the script located at:
.claude/skills/migrate/migrate_runner.py
The script will:
- Find the latest fetchapi data folder automatically
- Create a new timestamped folder at
.claude/skills/migrate/data/YYYY-MM-DD_HH-MM-SS/
- Copy all CSV files into that new folder
- Log all activity to
.claude/skills/migrate/logs/
Step-3: Verify
After running, confirm:
- A new timestamped folder exists inside
.claude/skills/migrate/data/
- All CSV files are present inside it
- A log file was created in
.claude/skills/migrate/logs/
Notes
- Always run the fetchapi skill first
- The script always picks the most recent fetchapi data folder
- If a CSV is missing, it logs a warning and skips it