I have a daily text file for our transaction and the date provided in Julian calendar format (see below).
Date of Transaction = 10/23/2019
Date format sent in file = 2019296
I was hoping to use the DateTime tool but didn't see a way. Someone suggested using a external file to lookup the date but that would mean I'd have to adjust it when there is a leap year (which 2020 is).
Is there a tool I can use? Or do I need to build a formula?