index modules license coding style to do |
File format for export descriptionThis file format is used by the export tool and export classes. It allows you to describe which fields need to be exported from which table, and the order of the fields and the export filename. The file has the shape and form of a (case sensitive) .ini file. The sections in the file indicate the tables which can be exported. For each section you can specify the following :
For the fields, a special syntax "FieldName$expression" can be used. In that case the given fieldname if used as field name, and the FScript expression is used to calculate the field value. If the special fieldname "NOQUOTES" is used, then the result string is not processed (quoted) before exporting. This can be useful when calculating the entire export line. Example [WeightGroup] file=WG${Reference}.txt 1=Reference 2=LocalReference 3=Client 4=Date 5=Today$datesys() $Id: ExportFileFormat.wiki 1839 2005-12-31 12:38:01Z triathlon98 $ |