https://github.com/appleple/cfg-csv
https://github.com/appleple/cfg-csv
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/appleple/cfg-csv
- Owner: appleple
- Created: 2022-04-19T09:15:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T06:05:44.000Z (over 3 years ago)
- Last Synced: 2025-06-14T13:01:59.544Z (about 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cfg-csv
[](https://raw.githubusercontent.com/appleple/document-outliner/master/LICENSE)
A utility that allows you to enter csv file data into a web form.
## Usage
Include the csvDownloa.js/csvImport.js/csvImport.css file in your site.
```html
```
```html
```
```html
```
### Basic Standalone Usage
Below is a sample of the text form only.
Here are some notes. When creating the form you want to apply, create one form for display and one form for addition. Please describe 「class =" sortable-item item-template "style =" display: none; 」in the td tag of the form to be added. Also, prepare an add button and write 「class =" item-insert "」 in the input tag of that button.
Example (Text form only)
```html
xxx
yyy
zzz
```
### Others
This feature also adapts to radio buttons, select boxes and text areas.
Example (For radio buttons, select boxes and text areas)
```html
Name
Birthplace
fee
Option
削除
交通費
交通費
```