How do I go about exporting my data? I'd like to send a query, via e-mail, to myself in excel.
There is an EXPORT command in processing which you can use to build a CSV file, which can be loaded/imported into Excel. I believe there is a sample file which you can download, showing exactly how to do this. Contact
fpsupport@fptech.com and ask them for it if you can't find it on the website.
In its most basic form, you create a processing-only output format with something like the following:
export word out=/path/to/export/file
out[1] = 1 ; out[2] = 2 ; out[3] = 3
' and so on, for each field that you want exportedNote that "export word" sets the default export parameters to those which Excel (as well as MS-Word) prefer. You could explicitly set these with something like:
export ascii out=/path/to/export/file f=, r=\n o=" c="