I have a value.json file with entry:
{“RefreshHold”: “March 28, 2022 22:02:14”}
I have a flex integration that processes the json file as below:
integrations:
- name: nri-flex
interval: 120s
config:
name: refreshHold
apis:
- name: refreshHold
file: value.json
The output is NRQL has no spaces as:
March28,202222:02:14
Why are the spaces removed? I want to see the output as March 28, 2022 22:02:14