Changeset 35027
- Timestamp:
- Jan 23, 2013, 10:05:35 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219/ippToPsps/jython/batch.py
r35006 r35027 408 408 for table in tables: 409 409 410 # print "import IPPtable ", table410 print "import smf table ", table 411 411 match = re.match(filter, table.name) 412 412 if not match: continue 413 413 self.logger.debugPair("Reading IPP table", table.name) 414 414 table = stilts.tpipe(table, cmd='explodeall') 415 416 print "read smf table ", table 415 417 416 418 # drop any previous tables before import … … 422 424 table = stilts.tpipe(table, cmd='replaceval -Infinity null *') 423 425 table = stilts.tpipe(table, cmd='replaceval Infinity null *') 426 print "cleaned up values ", table 424 427 425 428 try: 426 429 table.write(self.scratchDb.url + '#' + table.name) 430 print "wrote to mysql ", table 427 431 self.scratchDb.killLastConnectionID() 428 432 count = count + 1
Note:
See TracChangeset
for help on using the changeset viewer.
