GEO-BON/bon-in-a-box-pipeline-engine

Support for multidimensional array inputs

Open

#52 opened on Jan 22, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (5 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (8 stars)
PR merge metrics
 (PR metrics pending)

Description

Arrays in the Run UI and the pipeline editor are entered as a comma-separated list. This does not allow for multidimensional arrays.

Current workaround in pipeline editor: In order to produce and array of arrays, one can connect many arrays to the same input. There is no workaround in run ui.

For all [][] values, we could ask the user to explicitly put brackets as such: [[a1, a2], [b1, b2]]

Contributor guide