noctis.repository.neo4j.neo4j_functions._generate_nodes_files_string

noctis.repository.neo4j.neo4j_functions._generate_nodes_files_string(folder_path: str | Path | None, prefix_nodes: str | None, nodes_labels: List[str]) str[source]

Generates a string of file descriptors for nodes.

Parameters:

folder_path (Union[str, Path, None]): The path to the folder containing the CSV files. prefix_nodes (Union[str, None]): The prefix to be added to the node CSV file names. nodes_labels (List[str]): The list of node labels.

Returns:

str: A string of file descriptors for nodes joined by commas.