Skip to content

Commit

Permalink
Added images, corrected layout
Browse files Browse the repository at this point in the history
  • Loading branch information
HKOLWD committed Apr 16, 2024
1 parent 02f1bae commit a558069
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ Also allows remapping of column headers from the original CSV.
2. Clone this git repo

```$ git clone https://github.com/HKOLWD/kaconvertor.git```

3. Change to directory repo was cloned into and Run npm install

```$ npm install```

4. Start kaconvertor:

```$ node ./bin/www```
Expand All @@ -21,11 +23,16 @@ Also allows remapping of column headers from the original CSV.

## Usage
### Step 1
![KA Convertor](public/images/upload.png "This is what KA convertor does")

- Set the CSV properties for Column separator, Quotation character and Escape character for the source CSV file.
- Select the source CSV file
- Press upload!


### Step 2
![KA Convertor](public/images/mapping.png "This is what KA convertor does")

- Select the columns that contain HTML (check the "Extract HTML" box for those columns).

Optional:
Expand Down
Binary file added public/images/mapping.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/upload.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a558069

Please sign in to comment.