Project

General

Profile

« Previous | Next » 

Revision 1994

bin/map: in_is_db: by_col: Prefix each input column name by "$"

View differences:

bin/map
275 275
            
276 276
            if by_col:
277 277
                row_ready = lambda row_num, input_row: None# disable row_ready()
278
                map_table(col_names, [col_names]) # values are the column names
278
                row = ['$'+v for v in col_names] # values are the column names
279
                map_table(col_names, [row]) # map just the sample row
279 280
                xml_func.strip(root)
280 281
                sys.stderr.write(str(root))
281 282
                raise NotImplementedError(

Also available in: Unified diff