Is it possible to add extra fields (fields that are not in the SQL) to the Export using PHP scripting only?
Now I create "dummy" fields in the SQL, and overwrite the value of those fields in the "Before Export Record" event.
Seems a bit odd way to do it.