Skip to content

Latest commit

 

History

History

Challenge-04

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Challenge - 04 : Date Parsing

Problem Statement :

The date is represented a few different ways. For example:

  • 16-APR-2005
  • Nov 16, 1900
  • 4-SEP-00
  • Jan 5 2000

The goal is to create a new Date/Time field populated with the dates contained within the text field.

Here is the weekly challenge link in the Alteryx community: Challenge #4: Date Parsing

Concept & Highlights Covered :

This challenge covers the following concepts:

  • Data Analysis

The Alteryx tools and techniques that can be used to solve this challenge are as follows:

  • Prepare
  • Parse

The proficiency level required to solve the challenge is : Difficult

Solution :

Here is the snippet of the workflow that achieves the required result:

Workflow Snippet