https://github.com/smdmts/embulk-decoder-remove_nonstandard_utf8_bytes
https://github.com/smdmts/embulk-decoder-remove_nonstandard_utf8_bytes
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smdmts/embulk-decoder-remove_nonstandard_utf8_bytes
- Owner: smdmts
- License: mit
- Created: 2017-05-29T11:37:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-02T02:06:26.000Z (almost 8 years ago)
- Last Synced: 2025-03-07T10:38:43.728Z (3 months ago)
- Language: Java
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Remove nonstandard UTF-8 Bytes decoder plugin for Embulk.
Remove broken encoding of UTF-8 plugin for the Embulk.
- Ignoring malformed input.
- Ignoring unmappable character.## Overview
* **Plugin type**: decoder
* **Guess supported**: no## Example
```yaml
in:
type: any output input plugin type
decoders:
- type: remove_nonstandard_utf8_bytes
```## Build
```
$ ./gradlew gem # -t to watch change of files and rebuild continuously
```