$2
I want this!

CSV to SQL CLI – Convert CSV to SQL INSERTs (MySQL, PostgreSQL, Oracle)

$2

# CSV to SQL CLI – Java Command-Line Tool

πŸš€ Easily convert CSV files into SQL INSERT scripts for any relational database!

Whether you're a developer, QA engineer, or data analyst, this tool saves you hours of manual SQL writing.

---

## πŸ’‘ Features

βœ… Supports MySQL, PostgreSQL, and Oracle

βœ… Simple CLI interface – No GUI, no distractions

βœ… Converts CSV rows into clean SQL INSERT statements

βœ… Easy to use, no dependencies

βœ… Works offline, portable .jar file

---

## πŸ§ͺ Example

CSV Input (`sample.csv`)

id,name,email
1,Alice,alice@example.com
2,Bob,bob@example.com

Generated Output

```sql

INSERT INTO users (id, name, email) VALUES ('1', 'Alice', 'alice@example.com');

INSERT INTO users (id, name, email) VALUES ('2', 'Bob', 'bob@example.com');

βš™οΈ Usage
java -jar csv2sql.jar sample.csv --table users --dialect mysql

Arguments:

<csv file> Path to your CSV file

--table Table name for your SQL INSERTs

--dialect SQL dialect: mysql, postgresql, oracle

πŸ“¦ What's Included

  • csv2sql.jar – Ready-to-run CLI tool
  • sample.csv – Sample input file
  • output.sql – Sample generated SQL
  • README.md – Usage guide
  • LICENSE.txt – Personal use license

πŸ“Œ License

This software is licensed for personal or internal commercial use. Redistribution or resale is not allowed.

Β© 2025 Srinivasarao K. All rights reserved.

---

### πŸ’³ Pricing Setup

- βœ… Set price to `$2`

- βœ… Enable file download: csv-to-sql-cli.zip

- βœ… No license key needed

- βœ… Turn on β€œLimit sales to 1 per customer” if you want

---

### πŸ“¦ File to Upload

> csv-to-sql-cli.zip

Contents:

csv2sql.jar
sample.csv
output.sql
README.md
LICENSE.txt

I want this!
Size
5.51 KB
Powered by