Skip to content

Commit 0264447

Browse files
committed
Automated scripts reference document generation (CI)
1 parent f9a7d6d commit 0264447

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/SCRIPTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Script | Directory | Description
2525
| [executeQuery.sh](./executeQuery.sh) | | Utilizes Neo4j's HTTP API to execute a Cypher query from an input file and provides the results in CSV format. |
2626
| [executeQueryFunctions.sh](./executeQueryFunctions.sh) | | Provides functions to execute Cypher queries using either "executeQuery.sh" or Neo4j's "cypher-shell". |
2727
| [operatingSystemFunctions.sh](./operatingSystemFunctions.sh) | | Provides operating system dependent functions e.g. to detect Windows. |
28+
| [parseCsvFunctions.sh](./parseCsvFunctions.sh) | | Provides functions to parse strings in CSV format. |
2829
| [prepareAnalysis.sh](./prepareAnalysis.sh) | | Prepares and validates the graph database before analysis |
2930
| [Default.sh](./profiles/Default.sh) | profiles | Sets (if any) settings variables for a default analysis. |
3031
| [Neo4jv4.sh](./profiles/Neo4jv4.sh) | profiles | Sets all settings variables for an analysis with Neo4j v4.4.x (long term support (LTS) version as of may 2023). |

0 commit comments

Comments
 (0)