Incorrect parsing of parameter names if space is present.
Closed this issue · 2 comments
watronfire commented
I found that if spaces are present in a parameter name, the name will be split and the additional words will be used to label the subsequent parameters.
In the attached log file and screenshot, the parameter "Current Tree" is split by Beastiary, with "Current" labelling the correct column and "Tree" labeling the adjacent column (which should be "Location.rates.California.NewYork"). All of the data in the log file is present, but the labels are incorrect from that point on.
Wytamma commented
Hi @watronfire!
The headers are extracted from the log file by splitting on white space which I expect explains this error. I’ll add a better solution asap. Thanks for the feed back!