This function is especially helpful for cases when a data frame
of missing or unset values is at hand.
Trim unneeded columns, then call this function
to create a string with rows separated by semicolons and entries separated by commas.
Usage
df_to_msg(df)
Value
A string with rows separated by semicolons and entries separated by commas.