DatAdmin

Export - multiple files

File type BLOB

Is the simplest file type. Into file is inserted content of one BLOB field, which is specified using SQL query. You can use references to file-defining query in form #COLUMN# (uppercase).

File type Python

Contains script in Python language. Python standard ouput stream sys.stdout is redirected to output file, so calling print command creates records in output file. Fields from file-defining query are available as variables in form _COLUMN_ (uppercase). Most generic file type. API is not yet documented, in case of questions please contact DatAdmin support, mail@datadmin.com.

File type Data Store

Using this file type you can export data into any of DatAdmin table-export format implementing neccessary protocols, eg CSV, HTML. It is neccessary to specify query, which is used as data source for output data (query can containt values in form #COLUMN#).

File type template

Is very generic, but simplier to use than Python file type. Into output file is inserted content of text field, there are implemented some special tags like in PHP or ASP.NET. If commands or expressions in Python are used, there is possiblity to use special variables _COLUMN_ referencing data from file-defining query.