dave-csc opened a new issue, #5028: URL: https://github.com/apache/hop/issues/5028
### Apache Hop version? 2.12.0 ### Java version? 17.0.2 ### Operating system Linux ### What happened? The **Text file output** transforms always formats any date in the default extended format (e.g. `Mon Dec 23 00:00:00 CET 2002`), regardless of the declared Format in the Field section, or the Format defined in previous transforms (e.g. Select values). To workaround, place a **Select values** transform before Text file output, and convert the `Date`s into `String`s using the format you like ### Issue Priority Priority: 2 ### Issue Component Component: Transforms -- 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]
