BIG-RAT / Prune

Remove unused items from your Jamf server
MIT License
163 stars 9 forks source link

Quotes in Policy Names causing JSON parsing issues #39

Closed jshirle2 closed 10 months ago

jshirle2 commented 1 year ago

We had some policies that had quotes in the name which were causing issues. We exported the list of policies generated and then worked removed any policies we wanted to keep from the list. Upon importing the revised list back into Prune I was receiving a File Import Error and realized it was because of the policies with quotes in the name.

I suspect that the JSON is not escaping the quotes properly which would cause issues.

BIG-RAT commented 12 months ago

I believe your suspicion is correct - thanks. Version 3.1.0 should have the issue resolved.