TabbedExportProvider?

I see there is CSVExportProvider that I can use to export my table results to a CSV formatted file. I want to write out the results in a tabbed format and not CSV. I assume I have to write my own Provider that implements the ITableContentProvider. Has anyone done this before? Know where to change that comma to a tab?

Any insights experts?

Don’t forget to check the communities site for CAF! (http://communities.softwareag.com/ecosystem/communities/public/Developer/webmethods/products/caf/)

We have a tutorial called Formatting a Table for Printing that should help: http://communities.softwareag.com/ecosystem/communities/public/Developer/webmethods/products/caf/tutorials/PrintTable_OC.html

Regards,
–mark

Mark,

This tutorial helps. I was able to create a view with my table data (to be printed). But when I open the view (using Extended portlet url) it is opened in the MWS shell. How can I open just the view to print the data in it? I have tried wms.shell=shell.blank with no help.

As always, help much appreciated.

Thanks,
Vikas.

Never mind. Figured it out !!