-
Notifications
You must be signed in to change notification settings - Fork 495
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* [NOID] Fixed #4066: Implement an apoc.convert.fromYaml function * [NOID] added gradle deps * [NOID] changes for 4.4 * [NOID] compile fixes, spotless and licence changes * [NOID] retriggered licenses * [NOID] retry license * [NOID] retry trigger license
- Loading branch information
Showing
14 changed files
with
630 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
docs/asciidoc/modules/ROOT/pages/overview/apoc.convert/apoc.convert.fromYaml.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
= apoc.convert.fromYaml | ||
:description: This section contains reference documentation for the apoc.convert.fromYaml function. | ||
|
||
label:function[] label:apoc-extended[] | ||
|
||
[.emphasis] | ||
apoc.convert.fromYaml(value, $config) - Deserializes the YAML string to Neo4j value | ||
|
||
== Signature | ||
|
||
[source] | ||
---- | ||
apoc.convert.fromYaml(value :: STRING, config = {} :: MAP) :: ANY | ||
---- | ||
|
||
== Input parameters | ||
[.procedures, opts=header] | ||
|=== | ||
| Name | Type | Default | ||
|value|STRING|null | ||
|config|MAP|{} | ||
|=== | ||
|
||
== Config parameters | ||
include::partial$usage/config/apoc.convert.fromYaml.adoc[] | ||
|
||
[[yaml-dependencies]] | ||
=== Install dependencies | ||
Note that to use this function, you have to install additional dependencies | ||
which can be downloaded https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/{apoc-release}/apoc-yaml-dependencies-{apoc-release}-all.jar[from this link]. | ||
|
||
|
||
[[usage-apoc.convert.fromYaml]] | ||
== Usage Examples | ||
include::partial$usage/apoc.convert.fromYaml.adoc[] | ||
|
||
|
36 changes: 36 additions & 0 deletions
36
docs/asciidoc/modules/ROOT/pages/overview/apoc.convert/apoc.convert.toYaml.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
= apoc.convert.fromYaml | ||
:description: This section contains reference documentation for the apoc.convert.fromYaml function. | ||
|
||
label:function[] label:apoc-full[] | ||
|
||
[.emphasis] | ||
apoc.convert.fromYaml(value, $config) - Deserializes the YAML string to Neo4j value | ||
|
||
== Signature | ||
|
||
[source] | ||
---- | ||
apoc.convert.fromYaml(value :: STRING, config = {} :: MAP) :: ANY | ||
---- | ||
|
||
== Input parameters | ||
[.procedures, opts=header] | ||
|=== | ||
| Name | Type | Default | ||
|value|STRING|null | ||
|config|MAP|{} | ||
|=== | ||
|
||
== Config parameters | ||
include::partial$usage/config/apoc.convert.fromYaml.adoc[] | ||
|
||
[[yaml-dependencies]] | ||
=== Install dependencies | ||
Note that to use this function, you have to install additional dependencies | ||
which can be downloaded https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/{apoc-release}/apoc-yaml-dependencies-{apoc-release}-all.jar[from this link]. | ||
|
||
|
||
[[usage-apoc.convert.fromYaml]] | ||
== Usage Examples | ||
include::partial$usage/apoc.convert.fromYaml.adoc[] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.