Join our Community in its new Home - The Datorama Trailblazer Community Group!
It's been an amazing 3 years coming together in this forum to collaborate, innovate, support, and inspire each other about our shared usage of Datorama. While this is not quite a goodbye, we are excited to announce that we are getting a fresh start in our new home within the Salesforce Trailblazer Community. We have a ton of fun new content planned and you may even see the revival of some of our most popular posts from the past few years.
We’ll be keeping this group around for a bit for you to peruse, but as of November 15, we will no longer be allowing new posts or comments. Be sure to join our new group at https://www.salesforce.com/success-datorama to keep the conversation going.
We can’t wait to see you there!
It's been an amazing 3 years coming together in this forum to collaborate, innovate, support, and inspire each other about our shared usage of Datorama. While this is not quite a goodbye, we are excited to announce that we are getting a fresh start in our new home within the Salesforce Trailblazer Community. We have a ton of fun new content planned and you may even see the revival of some of our most popular posts from the past few years.
We’ll be keeping this group around for a bit for you to peruse, but as of November 15, we will no longer be allowing new posts or comments. Be sure to join our new group at https://www.salesforce.com/success-datorama to keep the conversation going.
We can’t wait to see you there!
TotalConnect Date Transformation


in Help Center
Hi Everyone,
Ive been trying to get to a solution on using a formula to transform a non-standard date dimension into a date dimension that Datorama will recognise and have failed miserably!
the date format in the stream is coming through as this:
Ive been trying to get to a solution on using a formula to transform a non-standard date dimension into a date dimension that Datorama will recognise and have failed miserably!
the date format in the stream is coming through as this:
3.1.21 -
3.1.21 Ive tried using LEFT, TRIM, EXTRACT and PARSEDATE functions in various ways and nesting but am getting nowhere on something that should be fairly simple! Im no coder so this might be a fairly basic question for this community, but does anybody have a pre-written formula i can use to transform this to a date format in the stream? thx |
Tagged:
Comments
Let me know if this is the solution you were looking for.
Sushant
Hope all is going well and you are enjoying the enhancements to our new TotalConnect connector?
You can also try using PARSEDATE(EXTRACT(csv['date'],'-',0),'d.M.yy') mapped to your 'Day' field in Datorama.
This will allow your file to extract a section of the date and also parse it into an acceptable format within Datorama.
Let us know how you get on.
Thanks,
Nidene