datastream-file-upload

Automate CSV file uploads to Salesforce Data Cloud Data Streams via Playwright.

4|2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/salesforce-misc/Data360AgentforceSolutionKitRetail --skill datastream-file-upload
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: datastream-file-upload
Source: https://github.com/salesforce-misc/Data360AgentforceSolutionKitRetail/tree/main/.claude/skills/datastream-file-upload
Command: npx skills add https://github.com/salesforce-misc/Data360AgentforceSolutionKitRetail --skill datastream-file-upload

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the upload of CSV files to Data Cloud Data Streams, streamlining the process and eliminating manual uploads.

Core Features & Use Cases

  • Automated File Uploads: Uploads CSV files to Data Cloud Data Streams using Playwright browser automation.
  • Aura Interceptor: Removes Salesforce-restricted keys from in-flight payload interceptors to ensure successful uploads.
  • Data Stream Support: Handles multiple Data Streams including Customer Affinities, Website Customer, POS Customer, and Customer Engagement Feed.
  • Error Handling & Retry: Implements a multi-tiered strategy for handling stalls and failures during file uploads.
  • Use Case: Perfect for situations where bulk file uploads to Data Cloud Data Streams are necessary, such as regular updates or data migration tasks.

Quick Start

Run the skill with the org alias and specify the directory containing your CSV files: Use the datastream-file-upload skill to upload CSV files to Customer Affinities Data Stream, targeting org alias 'myOrg' with the 'customer_affinities_files' directory.

Frequently Asked Questions about datastream-file-upload

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate CSV file uploads to Salesforce Data Cloud Data Streams?

You can automate CSV file uploads to Salesforce Data Cloud Data Streams using Playwright browser automation to handle the upload process and eliminate manual data entry.

Why do my CSV uploads to Data Cloud fail with Salesforce validation errors?

CSV uploads to Data Cloud often fail due to Salesforce validation errors from restricted payload keys, which can be resolved by using an Aura-layer payload interceptor to remove restricted keys in-flight.

Can I upload CSV files to multiple Data Cloud Data Streams using Playwright?

Yes, Playwright browser automation supports uploading CSV files to multiple Data Cloud Data Streams including Customer Affinities, Website Customer, POS Customer, and Customer Engagement Feed.

How do I handle stalls and failures during bulk Data Cloud file uploads?

You can handle stalls and failures during Data Cloud file uploads by implementing a multi-tiered error handling and retry strategy to manage upload interruptions.

What do I need to run automated Data Cloud CSV uploads with Playwright?

To run automated Data Cloud CSV uploads with Playwright, you need an org alias and a specified directory containing your CSV files ready for ingestion.

Does uploading CSV files to Data Cloud require proxy configuration?

Uploading CSV files to Data Cloud may require handling proxy configuration issues during the Playwright browser automation setup to ensure successful file delivery.