You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a public dataset for testing purposes, we had concerns that there was no date field. We made a custom processor to add a date_created field with value of the current time in UTC. It seems like a good idea to put this into standard assets for use by others. We could parameterize the field name and date format to make it more versatile.
The text was updated successfully, but these errors were encountered:
When using a public dataset for testing purposes, we had concerns that there was no date field. We made a custom processor to add a
date_created
field with value of the current time in UTC. It seems like a good idea to put this into standard assets for use by others. We could parameterize the field name and date format to make it more versatile.The text was updated successfully, but these errors were encountered: