bamaer commented on issue #5028: URL: https://github.com/apache/hop/issues/5028#issuecomment-2721696425
1) a date is an object type, the format only applies to the string representation of that type 2) text files are data type agnostic, everything is a string in a text file. If your date format matters, write your date fields to the text file as a String field and apply the formatting there, there's no need to add an intermediate Select Values transform. -- 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]
