Changeset 36726 for trunk/ippToPsps/jython/batch.py
- Timestamp:
- May 2, 2014, 3:32:28 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/batch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/batch.py
r36723 r36726 557 557 # replace nulls and empty fields with weird PSPS -999 pseudo-null 558 558 _table = stilts.tpipe(_table, cmd='replaceval "" -999 *') 559 560 match = re.match(regex, table) 559 self.logger.infoPair('regex', regex) 560 self.logger.infoPair('table', table) 561 match = re.search(regex, table) 561 562 newTableName = match.group(1) 562 563
Note:
See TracChangeset
for help on using the changeset viewer.
