Could we perhaps get line information on YAML duplicate key errors?
It recognizes that there is a duplicate key, so, in future, I'd rather not go through thousands of entries to find 1, or 2 copy-paste errors.
Example Script:
Example_Data:
type: data
1:
1:
1: Sub-key Value 1
2: Sub-key Value 2
1: Sub-key Value 3
2: Sub-Key 2
1: Sub-Key 3
2: Key 2
1: Key 3