CSV files
Last updated
Was this helpful?
Last updated
Was this helpful?
A well-formatted CSV file is crucial for your Wobby agent to provide accurate analysis and insights. This guide will help you prepare and upload your data effectively.
Save your data as a .csv
file (UTF-8 encoding)
Navigate to "Data Sources"
Click "Upload CSV" and drop your file
Click "Upload files"
That's it! You can upload up to 3 files (500MB each) at once.
💡 Pro Tip: If you have relational data (e.g., customers and their orders), it's better to upload separate CSV files rather than merging everything into one flat file. For example:
customers.csv
- Customer information
orders.csv
- Order details
products.csv
- Product catalog
Files must have a .csv
extension
Use UTF-8 encoding (preferred)
Ensure proper delimiter usage (comma is standard)
First row should contain column headers
✅ Good Practices:
Use clear, consistent column names without special characters
Remove any blank rows or columns
Ensure data consistency within columns (e.g., date formats, number formats)
Double-check for missing values and handle them appropriately
Keep file sizes manageable (under 500MB)
❌ Common Issues to Avoid:
Don't upload Excel files (.xlsx or .xls) - save as CSV first
Avoid special characters in column names
Don't include formatting, formulas, or macros
Avoid merged cells or multiple header rows
If you need additional assistance:
Check our documentation
Contact our team (info@wobby.ai)
Review the error messages if any appear during upload
Remember: Good data in = Better insights out! 🎯