(2019-09-12, 23:15)Roland Melkert Wrote: FYI: I found the real problem and thought to share it as other software authors might run into the same problem.
Some parts have no category meta, my code then uses the first word of the description as the category.
It strips the leading ~, _ or = when doing so.
But I did not realize those 'flags' could be combined.
So this goes wrong for the now many (previous few/or none) "~_foo" descriptions as it results into '_foo' which is not a real category hence the duplicate and empty bin cells
If it going to cause problems, maybe we should re-assess whether these flags are allowed to be combined.
Chris (LDraw Parts Library Admin)