Json Variable Keys To Array

Content Type: Module
Categories: Import/Export

Overview

The module JsonVariableKeysToArray offers a Java action to transform a JSON string that contains variable keys into a JSON array, because variable keys can't be managed by the import mapping of Mendix.

Documentation

Description

Mendix Import mapping doesn't support JSON with variable keys. This module let you transform the JSON string into a JSON array, which is supported by Mendix Import Mapping.



Typical usage scenario

Call a Rest service that returns a JSON payload with variable keys, transform it with the JsonVariableKeysToArray java action, and then call a import mapping.



Features and limitations




Dependencies [optional]

  • 9.24.2


Known bugs [optional]




Frequently Asked Questions [optional]

  • Q:
  • A:


 


 

Releases

Version: 1.0.0
Framework Version: 9.24.2
Release Notes: initial