Closed joseph-holland closed 5 years ago
Code to replicate:
def get_graph(**options): graph = bonobo.Graph() graph.add_chain( extract, transform, bonobo.CsvWriter('output.csv', fields=('header1', 'header2', 'header3', 'header4')) ) return graph
Hi,
I can see that this issue is already fixed in latest develop branch csv.py
fields = context.get_input_fields() if self.fields is None else self.fields
Closing this issue.
Thanks, Joe
Versions
Issue
Code to replicate: