Is it possible to convert Tamino's tables and tamino database to flat file(.csv)?

Is it possible to convert Tamino’s tables and tamino database to flat file(.csv) or comma delimited file?
If yes, how can i convert tamino tables/database to flat files(.csv), can you please share the steps and document.
Regards,
Punit

Yes, there are some possibilities:

  • use XQuery to format the documents into a flat schema with comma separators
  • use Tamino API for Java or Tamino API for C to extract the documents and format the results into csv

http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/tamino/ins97/overview.htm
http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/tamino/ins97/xquery/xq-over.htm (XQuery reference)
http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/tamino/ins97/xquery/xq-advanced.htm#xq-advanced-serialization (XQuery serialization options)
http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/tamino/ins97/inoapi/apiover.htm (Tamino API for Java)