Hello
I have two format date in my table. first “YYYY-MM-DD” and second “DD-MM-YYYY”, is there any option to replace second format to “YYYY-MM-DD”?
Hi @pjacob,
is there any indication in your table what format is used?
For many dates this cannot be guessed e.g.
09.12.2021
or 03.02.2021
Hi @AnotherFraudUser actually i have string format but when I tried to convert by “string to date&time” node display error because i have diffrent data format
Hi there @pjacob,
you can split your data using Rule-based Row Splitter node into two data sets based on format date and then for each apply appropriate String to Date&Time node. After them use Concatenate.
Also check here for more ideas:
Br,
Ivan
2 Likes
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.