exceptionfactory commented on PR #9379:
URL: https://github.com/apache/nifi/pull/9379#issuecomment-2414783441

   > @exceptionfactory I built the code without the most recent change but I am 
not sure that will make a difference. Part of the user's issue in this ticket 
was for his time custom column the final format is a negative number 
`-2209017600000` which is still occurring with the current changes. I assume 
this needs to be corrected. As for his issue of epoch strings I do not think 
that is an issue if the writer is configured with a timestamp pattern. Let me 
take that back when I configure a timestamp pattern my resulting CSV is
   > 
   > ```
   > Date_Standard,Date_Custom,Time_Standard,Time_Custom,Timestamp
   > 2024-07-24 00:00:00,2024-07-25 00:00:00,2024-07-24 16:00:00,1899-12-31 
16:00:00,2024-07-26 16:00:00
   > ```
   > 
   > I am not sure though users are going to expect `1899-12-31 16:00:00`
   > 
   > Is there a way we can only have the time?
   
   Have you configured a schema for the CSV Writer that indicates the Time 
field?


-- 
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]

Reply via email to