Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: awilliams1024BTW the Filter node used to rename the output field can be removed if you specify the field name for the calculation results in the 'OutputFieldName' parameter )on the Optional tab).
Also, if your input data has the 'Created Date' field but not the 'Date' field (which you say is always the current date) you can use a filter node to add today's date using the following script:
emit *, date() as "Date"
Best regards,
Adrian