Hello FME Users,
I have an attribute field (Planned Drilling Days) that has the number of days a drilling operation will take to complete. I'm trying to take these days and add them to the date the drilling operation starts (Spud/Frac Start Date) in order to determine on what date operations will be completed and populating a new attribute (Spud/Frac End Date). I've been trying the DateTimeCalculator but the results are being rejected.
Do I need to format the Planned Drilling Days first with DateFormatter (%d) before I send this into the DateTimeCalculator?
Thanks in advance for the help.