Skip to content

Update CSV Upload plan type #6709

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/engage/profiles/csv-upload.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Add or Update Profiles and Traits with a CSV
plan: engage-premier
plan: engage-foundations
---
You can use the Profiles CSV Uploader to add or update user profiles and traits. This page contains guidelines for your CSV upload and explains how to upload a CSV file to Engage.

Expand Down Expand Up @@ -86,4 +86,4 @@ The following table lists validation errors you may run into with your profiles
| File contains a header with unallowed spaces | This file contains leading, trailing or consecutive spaces. Remove leading, trailing or consecutive spaces, then try again. |
| File contains duplicate headers | This file contains duplicate header(s). Remove duplicate header(s), then try again. |
| File contains invalid characters | This file contains invalid character(s). Remove invalid character(s), then try again. |
| Unconfigured `anonymous_id` or missing Identifier column | This file is missing an identifier column and does not have `anonymous_id` configured. Add an identifier column or add `anonymous_id` in your identity resolution configuration, then try again. |
| Unconfigured `anonymous_id` or missing Identifier column | This file is missing an identifier column and does not have `anonymous_id` configured. Add an identifier column or add `anonymous_id` in your identity resolution configuration, then try again. |
Loading