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. |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.