File Read
- text
- line_count
- success
◄file_path►
◄encodingauto►
◄strip_newline_endtrue►
CategoryString Function
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| file_path | STRING | — | |
| encodingopt | COMBO | auto | 4 options: auto, utf-8, utf-8-sig, cp932 |
| strip_newline_endopt | BOOLEAN | true | ファイル末尾の改行を除去する |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| text | STRING | — |
| line_count | INT | — |
| success | BOOLEAN | — |