Commit 2d88bed
feat: add TRANSFORM microflow action and weather demo example
Adds the Microflows$TransformJsonAction as a first-class MDL statement:
$Result = TRANSFORM $Input WITH Module.Transformer;
Full pipeline: BSON parser, grammar rule, AST type, visitor, executor
builder, writer serializer, and DESCRIBE formatter. Version-gated to
Mendix 11.9+ (same as Data Transformers).
Also includes:
- weather-demo.mdl: end-to-end example (REST Client → TRANSFORM →
IMPORT FROM MAPPING → page) using the Open-Meteo weather API
- Updated rest-client.md skill: documents both REST Client (new) and
REST CALL (inline) approaches with guidance on when to use each
- Updated rest-call-from-json.md: cross-references the REST Client
approach as the recommended path for structured APIs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 5680d85 commit 2d88bed
24 files changed
Lines changed: 13239 additions & 12473 deletions
File tree
- .claude/skills/mendix
- cmd/mxcli
- mdl
- ast
- executor
- grammar
- parser
- visitor
- mx-test-projects
- sdk
- microflows
- mpr
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
5 | 10 | | |
6 | 11 | | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
10 | 15 | | |
11 | | - | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
| |||
0 commit comments