Data segmentation #161
|
There are some ideas in use, would like to consult: Is it possible to divide a row of data according to keywords? This allows for more flexible use in existing projects. |
Answered by
alex-spataru
Nov 7, 2024
Replies: 1 comment
|
As of the latest version, you can achieve this by customizing the Frame Parser and writing your own JavaScript code to categorize the frames according to your specific requirements. It took me some time to get it right, but I believe this approach offers users the flexibility they need for their projects, while still retaining the simplicity and capability to handle most frame formats or over-complicating the code. |
0 replies
Answer selected by
alex-spataru
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of the latest version, you can achieve this by customizing the Frame Parser and writing your own JavaScript code to categorize the frames according to your specific requirements. It took me some time to get it right, but I believe this approach offers users the flexibility they need for their projects, while still retaining the simplicity and capability to handle most frame formats or over-complicating the code.