Update problems tables -> message tables #77
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #75 and resolves #76
Message Tables
Message tables provide a standard table output for logging messages (info, warn, or error) that can be converted into formatting and notes in the spreadsheet using
apply. As long as the table follows the format described below, any type of message can be applied to the sheets. One example is the errors from ROBOT template.These tables are applied to the sheets as formats and notes. The three levels of logging will be formatted with a black border and the following backgrounds:
The notes and formats will be added to any existing, but will take priority over the existing notes and formats.
These tables must have the following headers:
The following fields are optional:
The only required fields are
tableandcell. If no other fields are provided, the cell will be highlighted red with a note that says "ERROR". We strongly recommend using either arule IDorruleto identify the message, andmessagetext to provide more details.