Is there a recommended way to handle the situation...
# singer-tap-development
s
Is there a recommended way to handle the situation where a stream has an
updatedAt
field and a
createdAt
field, but the
updatedAt
field is null after the initial creation (i.e. never updated)? Is it acceptable, for example, to use
post_process
to create a
created_or_updated_at
field that combines the two?