omerbenamram / evtx

A Fast (and safe) parser for the Windows XML Event Log (EVTX) format
Apache License 2.0
625 stars 61 forks source link

Convert `#text` to an array if multiple elements with the same name exist #226

Closed ohadravid closed 1 year ago

ohadravid commented 1 year ago

Fixes #201

omerbenamram commented 1 year ago

Does this make the test at https://github.com/omerbenamram/evtx/blob/master/tests/test_record_samples.rs#L212 pass?

Edit: it seems test_event_json_with_multiple_nodes_same_name_separate passes - but test_event_json_multiple_empty_data_nodes_not_ignored fails