-
Currently, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @r0ny123 , thanks for reaching out. I'm not sure if you intended, but the link that you provided is for an unstructured text file ( |
Beta Was this translation helpful? Give feedback.
-
Apologies for the confusion. It seems I made a mistake while working with logs from different sandboxes which are in JSON. You're right, it's not a JSON file. However, is there a way to parse them without much heavy lifting? |
Beta Was this translation helpful? Give feedback.
It's definitely feasible but we opted for the XML because it's a little easier and cleaner to parse. If you or anyone else want to contribute a flog.txt parser let's discuss in a separate issue on how we can support that.
Currently, we also expect a second file with meta data (summary_v2.json) and the sample bytes to be available so we can extract a complete set of features. This could be adjusted if needed.