0.1.2 • Published 9 months ago

@rxap/n8n-nodes-yaml v0.1.2

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
9 months ago

@rxap/n8n-nodes-yaml

n8n nodes to work with YAML files

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Guides

Node Variants

Extract From YAML

Transform YAML data into output items

PropertyDefaultDescription
Input Binary FielddataThe name of the input field containing the file data to be processed
Destination Output FielddataThe name of the output field that will contain the extracted data

Convert to YAML

Transform input data into YAML file

PropertyDefaultDescription
ModeonceThe operation mode
Put Output File in FielddataThe name of the output binary field to put the file in

Modes

  • Once: All Items to One File
  • each: Each Item to Separate File

JSON to YAML

Converts data from JSON to YAML

PropertyDefaultDescription
Input Yaml FielddataName of the property which contains the YAML data to convert

YAML to JSON

Converts data from YAML to JSON

PropertyDefaultDescription
Input Json FielddataName of the property which contains the JSON data
Destination Output FielddataName of the property to which to contains the converted YAML data

Set value in YAML

Converts data from YAML to JSON

PropertyDefaultDescription
Input Yaml FielddataName of the property which contains the YAML data to where the value should be set
Fields to Set{}Edit existing fields or add new ones to modify the output data
Input TypeautoThe type of the input data

Input Types

  • auto: Automatically detect the input type
  • string: The input is a string
  • binary: The input is a binary file
0.1.2

9 months ago

0.1.2-dev.0

10 months ago

0.1.1

11 months ago

0.1.1-dev.0

11 months ago

0.1.0

12 months ago

0.1.0-dev.2

12 months ago

0.1.0-dev.1

12 months ago

0.1.0-dev.0

12 months ago