Plain text
Actions for handling plain text files
Last updated
Actions for handling plain text files
Last updated
Read plain text file. Subclass of . Type of [Dict[str, Any], Dict[str, Any]]
input_data (Any): Expected keys:
"path_to_file" (str): Path to plain text file;
Dict[str, Any]: Expected keys:
"text" (str): Text;
input_data (Any): Expected keys:
"path_to_file" (str): Path to plain text file;
"text" (str): Text to write;
input_data (Any): Expected keys:
"path_to_file" (str): Path to plain text file;
"text" (str): Text to append;
Write plain text file. Subclass of . Type of [Dict[str, Any], None]
Append to plain text file. Subclass of . Type of [Dict[str, Any], None]