File Uploads (CSV, Excel, JSON)
AnalytAI allows you to turn static files like CSV, Excel, and JSON into a powerful, interactive database. Instead of manually filtering rows in a spreadsheet, you can simply ask questions and get instant answers.
Supported File Types
Section titled “Supported File Types”You can mix and match multiple files in a single project:
- CSV (.csv)
- Excel (.xlsx, .xls)
- JSON (.json)
How it Works
Section titled “How it Works”When you upload files, AnalytAI automatically:
- Analyzes the structure of your files.
- Creates a database table for each file.
- Detects column types (Dates, Numbers, Text).
- Connects the data so you can ask cross-file questions (e.g., “Compare sales in this CSV to targets in this Excel”).
Step-by-Step Guide
Section titled “Step-by-Step Guide”1. Create a File-Based Project
Section titled “1. Create a File-Based Project”- Go to the Add Data Source section in AnalytAI.
- Select File-Based Sources.
- Choose your Organization and give your project a name (e.g., “Marketing Analytics 2024”).
2. Upload Your Files
Section titled “2. Upload Your Files”- Drag and drop your files or click to browse.
- You can upload multiple files at once.
- Tip: Make sure your files have clear header rows (column names).
3. Validate & Edit
Section titled “3. Validate & Edit”- AnalytAI will show you a preview of each file.
- You can rename the Table Name (this is how you will refer to the data in chat).
- If a file has errors, AnalytAI will highlight them so you can fix your spreadsheet and re-upload.
4. Setup & Analyze
Section titled “4. Setup & Analyze”- Click Upload to Database.
- Once the progress bar completes, click Setup Project.
- You’re ready! Start asking questions like “What was the average order value from the sales.csv file?”
💡 Best Practices
Section titled “💡 Best Practices”- Clean Headers: Ensure the first row of your CSV/Excel contains clear names (e.g.,
Order_Dateinstead ofCol1). - Consistent Dates: Use standard date formats (YYYY-MM-DD or DD/MM/YYYY).
- JSON Structure: For JSON files, ensure data is structured as an array of objects for best results.
❓ Troubleshooting
Section titled “❓ Troubleshooting”- File Too Large? For very large datasets (over 50MB), we recommend using a SQL database connection instead.
- Unsupported Format? Ensure your Excel file isn’t password-protected.
- Wrong Data Types? If a number column is being treated as text, check if there are any non-numeric characters (like “N/A” or “TBD”) in that column.