Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smdmts/embulk-decoder-remove_nonstandard_utf8_bytes
https://github.com/smdmts/embulk-decoder-remove_nonstandard_utf8_bytes
Last synced: 13 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-02T02:06:26.000Z (over 7 years ago)
- Last Synced: 2024-11-18T00:47:53.437Z (about 1 month ago)
- Language: Java
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- 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
```