GuidePlatformv1
CSV Field Mapping
Import field mappings from a spreadsheet — fuzzy-match CSV columns to real API fields.
When a user provides a CSV that defines how fields should map between systems, the plugin reads the file, looks up the target action's real field names, and fuzzy-matches each CSV entry against them.
Claude reaches for this pattern when the user provides a CSV file.
Workflow
- Read the CSV — look for column patterns like "Source Field / Destination Field", "From / To".
- Look up the target action's actual field names from the catalog.
- Fuzzy-match — exact, case-insensitive, substring, semantic.
- Confirm ambiguous matches with you when more than one candidate is plausible.
- Set each mapping in the draft.
Last updated May 4, 2026