- Issue created by @jbfelix
- Status changed to Fixed
16 days ago 7:52am 19 May 2025 - 🇳🇱Netherlands megachriz
The Tamper "Unix timestamp to Date" requires indeed a number as input.
What you could do is the following:
- Map a blank source to your date (or text) field.
- Add the Tamper "Set value or default value" and set the value to "now".
- Add the Tamper "String to Unix Timestamp", this will convert "now" to the current time.
- Add the Tamper "Unix Timestamp to Date" (with for example the format "Y-m-d"). You'll get the current date.
If you set the mapping target as unique, I think you'll get one item each day.
Do note that you could possibly get duplicate items imported in case the item on day 1 is the same as on day 2.
Automatically closed - issue fixed for 2 weeks with no activity.