diff --git a/README.md b/README.md index 86cf90e..bf42cf0 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,8 @@ This repo contains the SDK JAR and a pre-configured Java project that uses Gradl | SDK version | Compatible Data Studio version | New features released | |--------------------------------------------------------------------------------------|--------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| [2.8.1](https://github.com/experiandataquality/aperture-data-studio-sdk/tree/v2.8.0) | 2.12.6 (or newer) | | +| [2.8.2](https://github.com/experiandataquality/aperture-data-studio-sdk/tree/v2.8.2) | 2.14.7 (or newer) | | +| [2.8.1](https://github.com/experiandataquality/aperture-data-studio-sdk/tree/v2.8.1) | 2.12.6 (or newer) | | | [2.8.0](https://github.com/experiandataquality/aperture-data-studio-sdk/tree/v2.8.0) | 2.12.4 (or newer) | | | [2.7.1](https://github.com/experiandataquality/aperture-data-studio-sdk/tree/v2.7.1) | 2.9.7 (or newer) | | | [2.7.0](https://github.com/experiandataquality/aperture-data-studio-sdk/tree/v2.7.0) | 2.9.7 (or newer) | | @@ -1641,6 +1642,14 @@ Step properties for custom file generator is configurable through export dialog. .next() ``` +##### asBoolean + +``` java +.addStepProperty(TAX_CUSTOM_CHOOSER) +.asBoolean() +.next() +``` + ### Generate custom file Use `GeneratorContext` in the `generate` method to implement the logic of the custom file generator output context.