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

Allow spaces in value while field splitting on space #30

Open
misterjulien opened this issue Mar 28, 2016 · 2 comments
Open

Allow spaces in value while field splitting on space #30

misterjulien opened this issue Mar 28, 2016 · 2 comments

Comments

@misterjulien
Copy link

I have kv pairs like:
rt=Mar 25 2016 15:15:46 GMT src=10.251.1.198 cs3Label=Virtual System cs3=vsys1

... where the values themselves may have spaces in them but also where the space splits the fields. So that the fields would be like:

rt="Mar 25 2016 15:15:46 GMT"
src="10.251.1.198" 
cs3Label="Virtual System"
cs3="vsys1"

(The result would be similar to the cef codec.)

@abyteout1
Copy link

I am also experiencing this issue, is there a workaround that anyone has figured out?

1 similar comment
@MrSsunlight
Copy link

I am also experiencing this issue, is there a workaround that anyone has figured out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants