How can I write file output that is fixed width txt?
Not sure what exactly you mean by that but in case you want linebreaks every 80 characters or so (and only have text) you can pre-process the data using some a String Manipulation or so and then use the csv writer (whereby you then only have one column) and you skip headers and quotes etc.
Hope this helps.
yes. that's what I had to end up doing, sort of. Because there are multiple columns of output required, I needed multiple string manipulations