448 | | import_file = "SL_L1.csv" |
449 | | File = open(import_file, "r") |
450 | | resource.import_xml(File, format="csv", stylesheet=stylesheet) |
451 | | db.commit() |
452 | | filename = "SL_L2.csv" |
453 | | File = open(filename, "r") |
454 | | resource.import_xml(File, format="csv", stylesheet=stylesheet) |
455 | | db.commit() |
456 | | filename = "SL_L3.csv" |
457 | | File = open(filename, "r") |
458 | | resource.import_xml(File, format="csv", stylesheet=stylesheet) |
459 | | db.commit() |
460 | | filename = "SL_L4.csv" |
| 448 | import_file = "LK_L1.csv" |
| 449 | File = open(import_file, "r") |
| 450 | resource.import_xml(File, format="csv", stylesheet=stylesheet) |
| 451 | db.commit() |
| 452 | filename = "LK_L2.csv" |
| 453 | File = open(filename, "r") |
| 454 | resource.import_xml(File, format="csv", stylesheet=stylesheet) |
| 455 | db.commit() |
| 456 | filename = "LK_L3.csv" |
| 457 | File = open(filename, "r") |
| 458 | resource.import_xml(File, format="csv", stylesheet=stylesheet) |
| 459 | db.commit() |
| 460 | filename = "LK_L4.csv" |