Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filterx: split(), join() #270

Open
jszigetvari opened this issue Sep 3, 2024 · 2 comments
Open

filterx: split(), join() #270

jszigetvari opened this issue Sep 3, 2024 · 2 comments
Labels

Comments

@jszigetvari
Copy link
Contributor

jszigetvari commented Sep 3, 2024

It would be great to have a function to easily split a string along a delimiter character, and to get an array back, without having to use parse_csv for that.
Normally there also is a join function, that comes hand-in-hand with split. We should also add that to filterx.

@jszigetvari
Copy link
Contributor Author

We must not forget to update the relevant application configs once these functions become available.

@jszigetvari
Copy link
Contributor Author

jszigetvari commented Oct 2, 2024

The priority of this issue can be scaled back. parse_csv() has all the necessary functionality that I need right now.

@alltilla alltilla changed the title Add split and join functions to filterx AxoSyslog: filterx: split(), join() Dec 11, 2024
@alltilla alltilla changed the title AxoSyslog: filterx: split(), join() filterx: split(), join() Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant