Conversation
evanamiesgalonski
commented
Jun 11, 2025
- improve handling of duplicate headers across and within sections
- add unit tests
|
ok I think I’ve sorted this out for example (with each row representing a section in a report): sub1 sub2 sub3 we get: sub1 sub2 sub3 heading there would be no headers for section 5, as they’ve been repeated previously. But this shouldn’t matter given objects get pulled one time per subfolder. This would be the result before I made these changes: sub1 sub2 sub3 heading any thoughts on other potential issues / things we should test before merging? |
|
not quite right, pushed additional changes |
|
This worked on my example (Line Creek report). |