diff --git a/plio/io/io_controlnetwork.py b/plio/io/io_controlnetwork.py index 18f44ca9a..1fe2b0337 100644 --- a/plio/io/io_controlnetwork.py +++ b/plio/io/io_controlnetwork.py @@ -351,6 +351,8 @@ def _set_pid(pointid): # Un-mangle common attribute names between points and measures df_attr = self.point_field_map.get(attr, attr) if df_attr in g.columns: + if df_attr == 'id': + continue if df_attr == 'pointLog': # Currently pointLog is not supported. warnings.warn('The pointLog field is currently unsupported. Any pointLog data will not be saved.')