compare-csv
Installation
SKILL.md
SnapLogic Compare CSV Skill
Agentic Workflow (Claude: Follow these steps in order)
Step 1: Load the Complete Guide
ACTION: Use the Read tool to load:
{{cookiecutter.primary_pipeline_name}}/.claude/skills/compare-csv/SKILL.md
Do not proceed until you have read the complete guide.
Step 2: Understand the User's Request
Parse what the user wants:
- Which files to compare? (actual vs expected)
- Should row order be ignored?
- Which columns to exclude from comparison? (timestamps, dynamic IDs, etc.)
- What is the expected status? (IDENTICAL, DIFFERENT, SUBSET)
- Is this standalone or part of a larger test suite?