Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
alec1982
Specialist II
Specialist II

Date Format Issue

Hi guys,

I am having date format issue while loading. the dates are readable in excel but when I apply Date() within the script I get Null values.

Hope someone can help. I attached the source file..

Best,

Alec

3 Replies
joshabbott
Creator III
Creator III

Try Date#()

rustyfishbones
Master II
Master II

Hi try the following

2014-07-30_1715.png

maxgro
MVP
MVP

Directory;

d:

LOAD ID, Ref, [Option Type], [Option Type Description],

[Break Date], [Maximum Notice Date], [Minimum Notice Date],

[Break Term], Comments,

date(Date#([Break Date], 'DD-MMM-YYYY')) as newdate

FROM Options.csv (txt, codepage is 1252, embedded labels, delimiter is ',', msq);