Simply investigate why long file paths are needed and remediate said issue.
If the filenames are currently parsed from their displayName or name - it would be more wise to utilize their templateId as that does not change but the displayName/name might.
If the filename is utilized within the csv generation - simply add an additional field when collecting said analytic rules from an endpoint - e.g - friendlyName and then filter it out on additional steps.
Simply investigate why long file paths are needed and remediate said issue.
If the filenames are currently parsed from their
displayName
orname
- it would be more wise to utilize theirtemplateId
as that does not change but thedisplayName
/name
might.If the
filename
is utilized within the csv generation - simply add an additional field when collecting said analytic rules from an endpoint - e.g -friendlyName
and then filter it out on additional steps.