Good afternoon. I havd a python script that I can execute from the command line via my python interpreter. In it, I do this
myTime = time.mktime(myDateTime.timetuple()) When I try to run from my ExecuteScript processor in NiFi, this is not recognized. This error gets thrown: 'java.sql.Timestamp' object has no attribute 'timetuple' in <script> Why would the available python modules not be found in the ExecuteScript yet are found outside NiFi? Thanks very much. -Jim
