noctis.repository.neo4j.neo4j_functions._generate_relationships_files_string

noctis.repository.neo4j.neo4j_functions._generate_relationships_files_string(folder_path: str | Path | None, prefix_relationships: str | None, relationships_types: List[str]) str[source]

Generates a string of file descriptors for relationships.

Parameters:

folder_path (Union[str, Path, None]): The path to the folder containing the CSV files. prefix_relationships (Union[str, None]): The prefix to be added to the relationship CSV file names. relationships_types (List[str]): The list of relationship types.

Returns:

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