read_group_file¶
Syntax¶
Parameters¶
file-name- The name of comma-separated file. The
file-namemay include the path to the file.
Returns¶
This action returns a list of agent IDs specified in the group file.
Description¶
Read a file to assign agents to specific groups.
This is a Meta agent action that reads a CSV file with one entry per line with the following format:
Agents specified in the ID column will join the respective group denoted under the PLACE column with a specified ROLE value.
All other fields will be ignored.
An error will occur if the specified file cannot be found.