dan-s1 commented on PR #9379: URL: https://github.com/apache/nifi/pull/9379#issuecomment-2414724298
@exceptionfactory With that change should we also then improve what is returned by ExcelRecordReader on line 146? Currently we a a `java.util.Date` with `cell.getDateCellValue()` but I think we should employ similar logic to determine if its a DATE/TIME then call `cell.getLocalDateTimeCellValue()` to return a `java.time.LocalDateTime`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
