Uploading and Analyzing Files
Overview
Upload CSV and Excel files directly to Slack for instant analysis. Perfect for:
- Ad-hoc reports
- External data analysis
- Quick investigations
- Data not in connected systems
![Screenshot: File upload process in Slack]
- Data not in connected systems
- Quick investigations
- External data analysis
Supported File Types
CSV Files (.csv)
- Standard comma-separated values
- Tab-delimited files
- Other delimiters auto-detected
- UTF-8 encoding recommended
- UTF-8 encoding recommended
- Other delimiters auto-detected
- Tab-delimited files
Excel Files (.xlsx, .xls)
- Single or multi-sheet workbooks
- Formulas converted to values
- Formatted data preserved
- First sheet analyzed by default
- Formatted data preserved
- Formulas converted to values
File Requirements
- Maximum size: 100MB
- Structure: Tabular data with headers
- Format: One header row, followed by data
- Quality: No merged cells or complex layouts
- Quality: No merged cells or complex layouts
- Format: One header row, followed by data
- Structure: Tabular data with headers
How to Upload Files
Method 1: Direct Message
- Open DM with Scoop
2. Click paperclip icon (📎)
3. Select your file
4. Click upload
![Screenshot: File upload button in Slack DM]
Method 2: In Channels
- Mention @Scoop
2. Attach file to message
3. Scoop detects and prompts
Method 3: Drag and Drop
Simply drag file into conversation with Scoop
![Screenshot: Drag and drop file upload]
Upload Process
1. File Detection
Scoop automatically detects when you share a file:
Would you like me to import and analyze this file?
[✅ Yes, Analyze] [❌ Cancel]```
<br />
### 2. Processing
After clicking "Yes, Analyze":
<br />
<br />
!\[Screenshot: File processing status messages]
<br />
### 3. Success Confirmation
✅ Import Successful!
<br />
Dataset Description\
Your sales report contains 15,420 records with order information including customer, product, revenue, and date fields from Q4 2024.
<br />
💡 Suggested Initial Queries:\
• "show me total revenue by month" - See Q4 trending
• "what are the top 10 products?" - Identify bestsellers
• "analyze customer segments" - Find patterns```
File Preparation Tips
For Best Results
CSV Files
Customer,Revenue,Date,Product
Acme Corp,5000,2024-01-15,Widget Pro
TechCo,3500,2024-01-16,Service Plan
Excel Files
- Keep data in first sheet
- Clear column headers
- Remove subtotals/totals
- Avoid merged cells
- Avoid merged cells
- Remove subtotals/totals
- Clear column headers
Common Issues to Avoid
❌ Multiple header rows``` Sales Report Q4 2024 Customer | Revenue | Date
<br />
✅ **Single header row**```
Customer,Revenue,Date
❌ Embedded calculations``` Customer,Revenue Acme,5000 TechCo,3500 TOTAL:,8500
<br />
✅ **Clean data only**```
Customer,Revenue
Acme,5000
TechCo,3500
![Screenshot: Good vs bad file formats]
After Upload
Immediate Analysis
Once uploaded, start analyzing:``` show me the data summarize this dataset what patterns exist? create a revenue chart
<br />
### Dataset Persistence
<br />
* Personal dataset created
* Available for future sessions
* Switch between uploaded files
* Combine with other data
<br />
### Sharing Uploaded Data
<br />
1. Analyze in private (DM)
2. Find insights
3. Share results to channels
4. Team sees insights (not raw file)
<br />
## Advanced Upload Features
<br />
<br />
### Multi-Sheet Excel
If your Excel has multiple sheets:```
Scoop: I found 3 sheets in your file. Analyzing "Sales Data" (Sheet 1).
You: analyze the "Returns" sheet instead
Data Enrichment
Scoop automatically:
- Detects date columns
- Identifies currencies
- Recognizes categories
- Suggests calculated fields
![Screenshot: Scoop showing detected data types and suggestions]
- Suggests calculated fields
- Recognizes categories
- Identifies currencies
Smart Sampling
For large files:
- Scoop samples data for quick preview
- Full analysis on demand
- Optimized for performance
- Optimized for performance
- Full analysis on demand
Troubleshooting Uploads
File Won't Upload?
- Check file size (<100MB)
- Ensure .csv or .xlsx format
- Verify Slack file permissions
- Verify Slack file permissions
- Ensure .csv or .xlsx format
Import Failed?
Common causes and solutions:
"No data tables found"
- Check file has actual data
- Ensure headers in row 1
- Remove empty rows/columns
"Invalid format"- Save as standard CSV
- Use UTF-8 encoding
- Remove special characters
"File too complex"- Simplify to single table
- Remove pivot tables
- Flatten nested data
- Flatten nested data
- Remove pivot tables
- Simplify to single table
- Remove special characters
- Use UTF-8 encoding
- Save as standard CSV
- Remove empty rows/columns
- Ensure headers in row 1
Getting Help
If upload fails:``` [📖 File Format Tips] [📤 Try Another File]
<br />
Click "File Format Tips" for detailed guidance.
<br />
## Security & Privacy
<br />
<br />
### Your Data Is Secure
<br />
* Files processed securely
* Stored in isolated workspace
* Not accessible to others
* Deleted per retention policy
<br />
### Personal Datasets
<br />
* Only visible to you
* Not shared with team
* Full control over sharing
* Separate from org data
<br />
## Next: [Visualizations & Exports](visualizations-guide.md)
Updated 24 days ago