diff --git a/configs/idb_to_ldb.json b/configs/idb_to_ldb.json
index 1ade620b919348ee697f9972a9811474a46c0392..cfd75bb7d46b43c9120854442f65ca9f0f34e7a7 100644
--- a/configs/idb_to_ldb.json
+++ b/configs/idb_to_ldb.json
@@ -23,15 +23,15 @@
             "dcsList": [
                 {
                     "key": "vddcom_voltage",
-                    "unit_column_name": "unitV_LV",
-                    "data_column_name": "measV_LV",
+                    "data_unit": "V",
+                    "data_name": "measV_LV",
                     "setting_column_name": "settV_LV",
                     "description": "voltage supplied to the module"
                 },
                 {
                     "key": "vddcom_current",
-                    "unit_column_name": "unitI_LV",
-                    "data_column_name": "measI_LV",
+                    "data_unit": "A",
+                    "data_name": "measI_LV",
                     "setting_column_name": "settI_LV",
                     "description": "current supplied to the module"
                 }