Best way to use multiple jsonl files #437
Asbjoern
started this conversation in
Documentation
Replies: 2 comments
-
That's how I would do it too. Why doesn't that feel right? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think I just had my mind locked the pages.jsonl as a main file and expected some kind of import function to be used in it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the best/intended way to split up large jsonl files in multiple and have them all load?
Is there a kind of import function to use in pages.jsonl?
The main reason for splitting up is to reuse pages in several plates and put them under version control.
The openhasp-config-manager project generates several jsonl files but it is not clear to me the intended way to load them.
For now I am using boot.cmd:
But it does not feel like the right way.
Any help?
Asbjørn
Beta Was this translation helpful? Give feedback.
All reactions