[ci skip] functionbuilder again
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2023-11-21 15:31:31 +11:00
parent cf43f67f68
commit 145af7dbdc
4 changed files with 15 additions and 12 deletions

View File

@@ -9,19 +9,21 @@ states:
action:
function: export-xlsx
input:
files:
- data: "jq(.input) \n"
name: input.json
out-filename: example.xlsx
worksheet-name: TestSpreadsheet
sheets:
- input-file:
- data: jq(.input)
name: input.json
name: TestSpreadsheet
transition: state1
- id: state1
type: action
action:
function: export-xlsx
input:
files:
- data: "jq(.array | {input: . } | tostring ) \n"
name: input.json
out-filename: example.xlsx
worksheet-name: TestSpreadsheet
sheets:
- input-file:
- data: 'jq(.array | {input: . } | tostring ) '
name: input.json
name: TestSpreadsheet