From 973d3057e40f4c220919ac49083fc834e441b597 Mon Sep 17 00:00:00 2001 From: krtEngineer Date: Tue, 26 Dec 2023 02:11:41 +0530 Subject: [PATCH] Adding example with usage instruction Signed-off-by: krtEngineer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e2be1d..470c69d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Provide table data as a CSV ([comma-separated values](https://en.wikipedia.org/w 1. Confirm you have a directory named `csv` 2. Confirm you have a directory named `sql` 3. Save your input CSV file in the `csv` directory -4. In a terminal window, first run `npm install` to install dependencies and then run `npm start YourFileName` +4. In a terminal window, first run `npm install` to install dependencies and then run `npm start YourFileName`. For example, if your file in `csv` directory is `ExampleTable.csv` then run `npm start ExampleTable` 5. Watch the terminal window for any error messages 6. Your SQL insert statement will be saved in `sql/YourFileName.sql`