You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide table data as a CSV ([comma-separated values](https://en.wikipedia.org/wiki/Comma-separated_values)) file and output a SQL insert statement for a table with the same name as the file.
3
+
4
+
## Usage ⚙
5
+
1. Confirm you have a directory named `csv`
6
+
2. Confirm you have a directory named `sql`
7
+
3. Save your input CSV file in the `csv` directory
8
+
4. In a terminal window, run `node . YourFileName`
9
+
5. Watch the terminal window for any error messages
10
+
6. Your SQL insert statement will be saved in `sql/YourFileName.sql`
11
+
12
+
## Support 👨💻
13
+
-[Create an Issue](https://github.com/gitdagray/csv-to-sql/issues)
14
+
-[X: @yesdavidgray](https://x.com/yesdavidgray)
15
+
16
+
## Contributing 🛠
17
+
Please read [CONTRIBUTING.md](https://github.com/gitdagray/csv-to-sql/blob/main/CONTRIBUTING.md) prior to contributing.
18
+
19
+
## Code of Conduct
20
+
Please see [CODE_OF_CONDUCT.md](https://github.com/gitdagray/csv-to-sql/blob/main/CODE_OF_CONDUCT.md).
0 commit comments