GitHub user bamaer added a comment to the discussion: HOP_DEFAULT_DATE_FORMAT
Right, I guess your point is that we're not enforcing the `HOP_DEFAULT_DATE_FORMAT` and `HOP_DEFAULT_TIMESTAMP_FORMAT` if you're not specifying any fields in your Text File Output. The quick options are (a) convert to String so you'll have the correct format. Everything is a String if it ends up in a text file anyway or (b) specify fields in your text file output (but I guess that may not be what you want). You could create a feature request for the Text File Output transform to use the default formats from the variables as a fallback options if no fields are specified, but the options with the current functionality seem pretty straightforward. GitHub link: https://github.com/apache/hop/discussions/6212#discussioncomment-15268165 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
