It works well in Revit with ENU settings for editting csv file and manage warning report.
When I try to do the same with a warning library in french (csv file) it seems to not match, see picture below.
When I build my csv library it looks like that :
Warning,Rating
“Les murs en surbrillance sont attachés aux cibles en surbrillance, mais ne les atteignent pas.”,2
“Les éléments mis en surbrillance sont joints”,2
“L’étiquette de Pièce se trouve à l’extérieur du/de la Pièce.”,3
Maybe there is adjustments to do when you got accent in python code ? I’m not familiar with.
Thanks for your answer, i will try to be clear (in english :p)
English csv file example
Highlighted walls are attached to, but miss, the highlighted targets.,2
Corresponding csv in French
Les murs en surbrillance sont attachés aux cibles en surbrillance, mais ne les atteignent pas.,2
When I got HTML warning report & library from csv file in english the" Warning.Assingrating" node works well. (Rating and so).
When I do the same with HTML warning report & library from csv file in french the “Warning Assingrating” node seems to not assign the rating. All rating are 0.
I try to verify how my warninglibrary is readed with a “Watch node” or a “Warning.ErrorMessage” without success, Is there a node like WarningLibrary.Errormessage ? Because for me the error comes from my library.
I see, so there must be something wrong with the Assign Rating node. If you can post a sample file (including French version of CSV) to this location: https://github.com/ksobon/archilab_Grimshaw/issues then I can have a look at it.
I can’t promise it will happen now. As a matter of fact I know for a fact that I am going to be busy for the next few days, but perhaps in the coming week I can crack this.