


~ \Desktop \MyML \Work \csv2ofx \csv2ofx \csv2ofx \_init_.py in clean_trxns(self, groups)ģ13 keyfunc = lambda enum: enum != main_pos > 160 for group, main_pos, sorted_trxns in groups: ~ \Desktop \MyML \Work \csv2ofx \csv2ofx \csv2ofx \utils.py in gen_data(groups)ġ59 " " " Generate the transaction data " " " ~ \Desktop \MyML \Work \csv2ofx \csv2ofx \csv2ofx \ofx.py in gen_body(self, data)Ĥ42 def gen_body(self, data): # noqa: C901 > 61 encode = lambda iterable: (s.encode(ENCODING) for s in iterable)Ħ2 chain = lambda iterable: it.om_iterable(iterable or ) > 118 return (g for k, g in groups if k)ġ20 def _read(self, iterable, num=None, newline=True):

~ \Anaconda \lib \site-packages \meza \io.py in (.0 )ġ16 # TODO: what about a csv with embedded newlines? > 108 return self._read(next(self.lines)) ~ \Anaconda \lib \site-packages \meza \io.py in _next_(self) TypeError Traceback (most recent call last)ġ with open( 'Cleaned_new.ofx ', 'wb ') as f:
