Add parse_json, parse_jsonl, parse_xml, and parse_ini tables to fleetd (#18035)

For #17577

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [x] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [x] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [x] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux. (performed only on macOS)
This commit is contained in:
Zach Wasserman
2024-04-03 09:13:04 -07:00
committed by GitHub
parent 3d260fa9ab
commit e3deceeb6d
7 changed files with 305 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
- Add `parse_json`, `parse_jsonl`, `parse_xml`, and `parse_ini` tables.