GridProtectionAlliance / openHistorian

The Open Source Time-Series Data Historian
MIT License
172 stars 51 forks source link

COMTRADE Export with fields that contain commas #92

Open ritchiecarroll opened 1 year ago

ritchiecarroll commented 1 year ago

Some of the metadata being included for COMTRADE exports, such as the device name, can contain a comma.

When exporting to a COMTRADE CFG file, this throws off column count.

Commas should be removed when using metadata fields for source material.

This may be best fixed in the COMTRADE library itself as properties could auto-remove commas (or other problematic characters) in set functions for configuration metadata