Redo databases module to pull information from masterdata csv files

This commit is contained in:
Ethan O'Brien
2026-05-02 15:21:19 -05:00
parent 4f42e5029b
commit ad0009baf6
399 changed files with 114822 additions and 575620 deletions

View File

@@ -0,0 +1,6 @@
_id,_lanePath,_masterReleaseLabelId
1,LaneAtlas_Type1,1
2,LaneAtlas_Type2,1
3,LaneAtlas_Type3,1
4,LaneAtlas_Type4,1
5,LaneAtlas_Type5,1
1 _id _lanePath _masterReleaseLabelId
2 1 LaneAtlas_Type1 1
3 2 LaneAtlas_Type2 1
4 3 LaneAtlas_Type3 1
5 4 LaneAtlas_Type4 1
6 5 LaneAtlas_Type5 1