Project

General

Profile

« Previous | Next » 

Revision 14620

bugfix: lib/csvs.py: JsonReader: need to pass col_order to row_dict_to_list_reader

View differences:

csvs.py
313 313
            else: return value
314 314
        def conv_values(tuple_row): return map(conv_value, tuple_row)
315 315
        MultiFilter.__init__(self, Filter(conv_values, row_dict_to_list_reader(
316
            iter(json_data))))
316
            iter(json_data), col_order)))

Also available in: Unified diff