We have a pagetemplate with extension txt
example pagetemplate (HTML-chanel):
<CMS_HEADER>
<CMS_FUNCTION name="contentSelect" resultname="cs_RGL">
<CMS_PARAM name="schema" value="SFO" />
<QUERY entityType="OHB_RGL">
<ORDERCRITERIA attribute="Nummer" />
</QUERY>
</CMS_FUNCTION>
</CMS_HEADER>$CMS_FOR(myRGL,cs_RGL)$$CMS_VALUE(myRGL.getValue("Nummer"))$####$CMS_VALUE(myRGL.getValue("Name"))$
$CMS_END_FOR$
In the for-loop you write all column you need
"###" is the delimiter between the column
(sorry for my english)