functionbuilder again
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-11-21 14:23:00 +11:00
parent e4392acbe3
commit 8a65fcf6ef
3 changed files with 28 additions and 28 deletions

View File

@@ -98,12 +98,12 @@ paths:
input:
out-filename: example.xlsx
sheets:
- sheet:
worksheet-name: "TestSpreadsheet"
input-file:
- name: input.json
data: |
jq(.input)
- sheet:
worksheet-name: "TestSpreadsheet"
input-file:
- name: input.json
data: |
jq(.input)
- title: Use jq to add a parent key 'input' containing array of objects
content: |-
- id: export-xlsx
@@ -113,12 +113,12 @@ paths:
input:
out-filename: example.xlsx
sheets:
- sheet:
worksheet-name: "TestSpreadsheet"
input-file:
- name: input.json
data: |
jq(.array | {input: . } | tostring )
- sheet:
worksheet-name: "TestSpreadsheet"
input-file:
- name: input.json
data: |
jq(.array | {input: . } | tostring )
x-direktiv-secrets:
- name: export-xlsxSecret
description: This is a secret value