gc-da11yn / wcag-issues

WCAG issue application / database
https://a11y.canada.ca/wcag-issues/
MIT License
1 stars 0 forks source link

Fix SC values into separate JSON values #1

Open shawnthompson opened 3 years ago

shawnthompson commented 3 years ago

Do this with either nunjunks, nodeJS or fix in Excel file.

Example: 2.2.1 Timing Adjustable; 2.2.4 Interruptions; 3.2.5 Change on Request

Would like to see in object in JSON

"SC": "2.2.1 Timing Adjustable; 2.2.4 Interruptions; 3.2.5 Change on Request"

Should be:

"SC": [
    "2.2.1 Timing Adjustable",
    "2.2.4 Interruptions",
    "3.2.5 Change on Request"
    ]
shawnthompson commented 3 years ago

Maybe using this: https://github.com/stevetarver/excel-as-json