cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Convert Date(yyyy,mm,dd) to a date field

RoyB
New Contributor III

My work has had me creating a pipeline for the last few weeks, that checks if an excel document exists, and if it does, it opens it and updates our system based on what dates are in the spreadsheet.

Iโ€™ve had to develop it using the template we received, which had no data on it, so I filled in some test cases so that I cold work. I filled in the dates as DD/MM/YYYY since I assumed they would come in a similar format.

Yesterday, I received a copy of the document, and the dates are not in a date format.
They are an excel formula: โ€œ=DATE(yyyy,mm,dd)โ€
Which is coming through to SnapLogic as an string, and the Date.parse() canโ€™t process it

The only thing I can think of is sub-stringing, but I donโ€™t like doing it that way.

Can anyone suggest a better method of doing this?

Thanks

Regards
Roy

1 ACCEPTED SOLUTION

viktor_n
Contributor II

Hi @RoyB,

Do you use Excel Parse snap for the document ?

If you use then check this โ€œEvaluate formulasโ€ checkbox:
image

Regards,
Viktor

View solution in original post

2 REPLIES 2

viktor_n
Contributor II

Hi @RoyB,

Do you use Excel Parse snap for the document ?

If you use then check this โ€œEvaluate formulasโ€ checkbox:
image

Regards,
Viktor

RoyB
New Contributor III

Hi @viktor_n

Yes I am using an excel parser.

Iโ€™ve tried checking the box, and done testing following the change, and confirmed that it solves the issue

Thanks for letting me know about it

Regards
Roy