Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Import data from CSV failing to recognise dates leading to long processing time

kityee11
5 - Atom

Hi,

 

I am trying to import data from a large CSV file (25GB). However it has failed to recognise all the date columns in date format. They were recognised as string instead.

 

To overcome this problem, I used a datetime tool to convert the dates from string to date format.  

kityee11_2-1638263836662.png

 

However, this led to long processing time (30-35min). Is there a way to make the process more efficient to cut down import and conversion time?

 

Thanks, 

Kit Yee 

1 REPLY 1
messi007
15 - Aurora
15 - Aurora

@kityee11,

 

I suggest you to replace the Date time parse tool with Formula tool using the datetimeparse function :

 

https://help.alteryx.com/20213/designer/datetime-functions 

 

Hope this helps!

Regards,

Labels
Top Solution Authors