{
    "configuration" : [
      {
        "DBMS"            : "DB2",
        "HOSTNAME"        : "localhost",
        "PORT"            : "8888",
        "USER"            : "db2inst1",
        "PASSWORD"        : "pentatech",
        "DATABASE"        : "SAMPLE",
        "SCHEMA"          : "DB2INST1",
        "TABLE"           : "EMPLOYEE",
        "COLUMN"          : ["EMPNO", "FIRSTNME", "LASTNAME", "PHONENO", "SEX"]
      }
    ]
}