Skip to content

- `dataLoader` module, method lookup now supports optional parameter `doNotUseCache`, which allows

loading hierarchical data, with references to itself, when each next row may point to previous rows in CSV or array. NOTE: use transLen = 1 for such scenarios, otherwise it won't work, because lookup would happen before parent rows inserted

Merge request reports