Skip to content

Conversation

@triozer
Copy link
Member

@triozer triozer commented Jan 21, 2026

Description

This pull request adds support for skipping companion columns during CSV import field inference. Specifically, it ignores columns with the :alt suffix (e.g., Image:alt), which provide alt text for corresponding fields like Image. This prevents these companion columns from being incorrectly inferred as separate fields.

Testing

  • Test CSV import with companion columns
    • In a new project add the default Blog collection
    • Use the CMS Export plugin to get the CSV
    • Update an image alt
    • Use the CSV Import plugin to import the CSV
    • Verify that only the Image field is inferred, and you do not see Image:alt anymore
    • Import and verify that the alt is updated

Copy link
Member Author

triozer commented Jan 21, 2026

This stack of pull requests is managed by Graphite. Learn more about stacking.

@triozer triozer marked this pull request as ready for review January 21, 2026 08:38
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

Comment @cursor review or bugbot run to trigger another review on this PR

@triozer triozer force-pushed the fix/csv-import-alt branch from 53ad91b to 8c2e92e Compare January 21, 2026 08:46
@triozer triozer added this pull request to the merge queue Jan 21, 2026
Merged via the queue into main with commit 8e1c6a0 Jan 21, 2026
9 checks passed
@triozer triozer deleted the fix/csv-import-alt branch January 21, 2026 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants