Enhancements:
- Get ready for v0.11 and v1.0
Enhancements:
- Build it with the "org.embulk.embulk-plugins" Gradle plugin
Enhancements:
- Support embulk < 0.8.29
Changes:
- Follow new TimestampParser API of embulk >= 0.8.29.
- Note that this plugin now requires embulk >= 0.8.29.
Enhancements:
- Support bracket notation in json path (thanks to @kysnm)
- Autocomplete ancestor json paths
Enhancements:
- raise ConfigException if json path ends with
[*]
(columns and add_columns)
Changes:
- Remove parameter requirements that one of columns or add_columns or drop_columns are required
Fixes:
- Fix add_columns for type: json with default to work
Fixes:
- Fix JSONPath support
Enhancements:
- Support src (rename or copy columns) for JSONPath (but only partially)
Enhancements:
- Support JSONPath (like) name
Enhancements:
- Support JSON type (thanks to joker1007)
Changes:
- Requires embulk >= 0.8.1
Enhancements:
- Add copy column feature (thanks to hidepin)
Enhancements:
- Add
default_timestamp_format
option - Add
default_timezone
option
Enhancements:
- Add
add_columns
option - Add
drop_columns
option
Enhancements:
- Support Java 1.7
Enhancements:
- Support timestamp default
Enhancements:
- Add default option
Changes:
- Revert the name to
column
plugin ...
Changes:
- Change name to
select_column
plugin fromcolumn
plugin
Enhancements:
- Speed up a bit
first version