[ci skip] functionbuilder again
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user