Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ZjzMisaka committed Aug 8, 2023
1 parent 6f29a0f commit ee5fe4f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Perform batch reading, analysis, and output operations of CSV by executing pre-w
- Column separator
- Whether to use double quotes
- Whether to display the header row
- Encoding of input file

### Processing logic (plug-in coding) interface
**Used to set the processing logic for a certain type of CSV file and the output logic after processing**
Expand All @@ -36,6 +37,7 @@ Perform batch reading, analysis, and output operations of CSV by executing pre-w
- Column separator
- Whether to use double quotes
- Whether to display the header row
- Encoding of output file

#### Coding related
- Automatic completion and coloring throughout the process, you can add dll files to the Dlls folder by yourself, and you can directly reference them after adding.
Expand Down
3 changes: 3 additions & 0 deletions README_ja-JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- 列の区切り文字
- ダブルクォートを使用するかどうか
- ヘッダー行を表示するかどうか
- 入力ファイルのエンコーディング

### 処理ロジック(プラグインコーディング)インターフェース
**特定の種類のCSVファイルの処理ロジックと処理後の出力ロジックを設定するために使用されます**
Expand All @@ -36,6 +37,8 @@
- 列の区切り文字
- ダブルクォートを使用するかどうか
- ヘッダー行を表示するかどうか
- 出力ファイルのエンコーディング

#### コーディング関連
- プロセス全体の自動完了と色付け、dllファイルを自分でDllsフォルダーに追加でき、追加後に直接参照できます。
- 追加の提供された関数とプロパティを使用して、オンザフライで実行できます。
Expand Down
2 changes: 2 additions & 0 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- 列分隔符
- 是否使用双引号
- 是否显示标头行
- 读取文件编码

### 处理逻辑 (插件编码) 界面
**用于设定对某一类CSV文件进行的处理逻辑以及处理完毕后的输出逻辑**
Expand All @@ -36,6 +37,7 @@
- 列分隔符
- 是否使用双引号
- 是否显示标头行
- 输出文件编码

#### 编码相关
- 全程自动补全与着色, 可以自行向Dlls文件夹添加dll文件, 添加后可以直接引用.
Expand Down

0 comments on commit ee5fe4f

Please sign in to comment.