export-data-to-csv
Installation
SKILL.md
SnapLogic Export Data to 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/export-data-to-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 database type? (Oracle, Snowflake, PostgreSQL, etc.)
- Which table to export?
- What column to order by?
- Where to save the CSV output file?
- Is this standalone or part of a larger test suite?