Skip to main content
Version: v0.19.0-alpha 🚧

EntityFlatten

Alias:EntityFlatten

Output:Entity

Recursively flatten an entity, turning all nested entities into separate fields

ParameterTypeRequiredPositionSummary
Entityentity✔1The entity to set the property on.

Examples​

SCL​

(a.b.c: 1) | EntityFlatten

Expected Output​

('a.b.c': 1)