This is an auto-generated topic for <a href="
http://modxcms.com/extras/package/595">csv2html 0.3-Final</a> by Jako.
Brief Description:
Parse and display a csv file (as a table by default). Uses PHx for custom template chunks.
Parameters:
&csv - csv file - integer: MODx docId
- begins with http: url
- begins with assets: relative to MODx base_path
- otherwise absolute server path
&tplOuter - outer template | defaults to table layout | use [ +wrapper+ ] for content
&tplHeading - heading template | defaults to table heading | use empty string to disable
&tplContent - heading template | defaults to table heading | use [ +fieldname+ ] for every field
&heading - use first line/entry of csv as field names | defaults to true
&conditions - basic SQL-like conditions for row matching
Keywords: 'equals', 'is', 'is not', 'is less than', is greater than',
'is less than or equals', 'is greater than or equals',
'contains', 'does not contain'
&sortBy = sort entries by this field
&sortDir = asc or desc | defaults to asc
&offset = number of rows to ignore from beginning of csv data
&limit = limits the number of returned csv rows to specified amount | defaults to 10;
&fields = override field names | comma separated list - useful if csv does not contains field names;