An Embulk filter plugin to convert the matching string to NULL.
- Plugin type: filter
- columns: name of convert columns
- name: column name (string, required)
- null_string: value of null_string (string, required)
- type: null_string
columns:
- name: comment
null_string: ""- type: null_string
columns:
- name: comment
null_string: "\\N"$ ./gradlew gem # -t to watch change of files and rebuild continuously