Hi all,
I'm struggling with an issue with my collections.
I have 2 collections I would like to merge (1 collection data after the other).
I found the correct code to do this but there is an issue with my dates columns. Somehow, the collection of the 2 excel tables does not retrieve the same date/time format which makes the merged collection impossible.
In the collection 1 the date/time format is: YYYY-MM-DDTHH:MM:SSZ
In the collection 2 the date/time format is: DD/MM/YYYY HH:MM
I don't know why it is different as in my excel source file the 2 tables columns have the same data type.
How could I fix this?
Is it possible to set a date/time format when collecting data?
I don't really need the time here, is there any way to collect only the date?
Thank you so much for your help.