diff --git a/examples/coreterminal.py b/examples/coreterminal.py index 1eb6926..01f342f 100644 --- a/examples/coreterminal.py +++ b/examples/coreterminal.py @@ -5,13 +5,13 @@ a=Terminal(debug_flag=False) -# a.load_module('plugin','Bueno','reader', filenames=['data/bueno1.data', 'data/bueno2.data']) -# a.load_module('plugin','Hostname','reader') +a.load_module('plugin','Bueno','reader', filenames=['data/bueno1.data', 'data/bueno2.data']) +a.load_module('plugin','Hostname','reader') -# a.load_module('plugin', 'Schema', 'reader', filename="data/example_schema.json", target_table_prefix = "student") -# a.load_module('plugin', 'YAML1', 'reader', filenames=["data/student_test1.yml", "data/student_test2.yml"], target_table_prefix = "student") -# a.load_module('plugin', 'TOML1', 'reader', filenames=["data/results.toml", "data/results1.toml"], target_table_prefix = "results") -a.load_module('plugin', 'MetadataReader1', 'reader', filenames=["data/metadata.json"]) +a.load_module('plugin', 'Schema', 'reader', filename="data/example_schema.json", target_table_prefix = "student") +a.load_module('plugin', 'YAML1', 'reader', filenames=["data/student_test1.yml", "data/student_test2.yml"], target_table_prefix = "student") +a.load_module('plugin', 'TOML1', 'reader', filenames=["data/results.toml", "data/results1.toml"], target_table_prefix = "results") +# a.load_module('plugin', 'MetadataReader1', 'reader', filenames=["data/metadata.json"]) # a.load_module('plugin', "Table_Plot", "writer", table_name = "student__physics", filename = "student__physics") # a.load_module('plugin', 'ER_Diagram', 'writer', filename = 'er_diagram.pdf')#, target_table_prefix = "physics")