CSV Import
Import CSV files into database tables with column mapping and data preview. Validate before committing.

Using CSV Import in Server Compass
No documentation needed. CSV Import guides you through each step visually.
Connect Database
Open the Database Management section and connect to your database container.
Use CSV Import
Access CSV Import to interact with your database visually.
Execute & Review
Run queries, browse data, and export results through the UI.
Life Without CSV Import
Here's what developers do without CSV Import: open terminal, SSH in, type commands, hope nothing breaks.
SSH into server
Connect to access the database.
ssh root@your-server-ipConnect to database
Use the CLI client.
# For PostgreSQL:
docker exec -it postgres_container psql -U postgres -d mydb
# For MySQL:
docker exec -it mysql_container mysql -u root -p
# Enter password when promptedRun queries
Execute SQL in the terminal.
SELECT * FROM users WHERE created_at > '2024-01-01';
# Results displayed in hard-to-read ASCII table
# No export button
# No column resizing
# Copy-paste to get data outAccidental DELETE without WHERE? No confirmation dialog.
Export data
Dump to file manually.
# PostgreSQL:
pg_dump -U postgres mydb > backup.sql
# MySQL:
mysqldump -u root -p mydb > backup.sql
# Then sftp to download the fileLife's Too Short for Terminal Commands
Stop copy-pasting commands from Stack Overflow. CSV Import gives you a proper interface for server management.
- One-click actions
- Real-time feedback
- Automatic backups
- Zero CLI knowledge required
Everything CSV Import Offers
Everything you need for database management in one integrated tool, replacing complex CLI commands and manual configuration.
Get StartedThe Power of CSV Import
Server management shouldn't require a DevOps team. CSV Import makes professional-grade database management accessible to everyone.
Visual Query Interface
CSV Import provides a full-featured query editor with syntax highlighting and result tables.
Multi-Engine Support
CSV Import works with SQL databases (PostgreSQL, MySQL) and NoSQL stores (MongoDB, Redis) from one interface.
Safe Data Operations
CSV Import includes data preview before import and confirmation before destructive queries.
Import & Export
CSV Import handles CSV import with column mapping and data export in CSV/JSON formats.
CSV Import: Frequently Asked
Common questions about CSV Import in Server Compass
How do I access CSV Import in Server Compass?
CSV Import is available in the Database Management section of Server Compass. Simply connect to your server, navigate to Database Management, and you'll find CSV Import ready to use. No additional setup or plugins required.
Does CSV Import require any server-side installation?
No. Server Compass operates as a desktop application that connects to your server via SSH. CSV Import works through this connection without installing any agents or packages on your server (except the optional monitoring agent for resource tracking).
Is CSV Import included in all Server Compass plans?
Yes. Every Server Compass feature, including CSV Import, is included with the one-time $29 payment. There are no tier restrictions, add-ons, or per-server fees. You get all 90+ features for all your servers.
Can I use CSV Import with any VPS provider?
CSV Import works with any VPS or dedicated server that supports SSH access and Docker. This includes DigitalOcean, Hetzner, Vultr, Linode, AWS EC2, Google Cloud, Azure, and any other provider. It also works with local servers and homelab setups.
What makes CSV Import different from command-line alternatives?
CSV Import provides a visual, intuitive interface that replaces complex CLI commands and configuration files. You get real-time feedback, safety confirmations, and a consistent experience across all your servers without memorizing syntax or writing scripts.
More Database Management Features
Explore other database management capabilities in Server Compass
Database Admin Interface
Full database management UI for SQL and NoSQL databases. Query, browse tables, and manage data visually.
SQL Query Editor
Execute SQL queries directly on connected databases. Syntax highlighting, results table, and query history.
NoSQL Query Editors
Specialized query editors for MongoDB, Elasticsearch, CouchDB, and Cassandra. Native query syntax support.
Tables & Schema Browser
Browse database tables, view schemas, column types, and relationships. Understand your data structure visually.
Try CSV Import Today
Download Server Compass and get access to CSV Import along with 89 other features. One-time $29 payment. No subscriptions. No per-server fees.