Hi everyone
Date format dd/mm/aaaa hh:mm:ss can’t parse
Normal or error from myself?
Hello @Gregory_Martin,
The timestamp format must comply with:
The csv_timestamp_column
option specifies the key containing the time value and csv_timestamp_format
must be set to unix
, unix_ms
, unix_us
, unix_ns
, or a format string in using the Go “reference time” which is defined to be the specific time : Mon Jan 2 15:04:05 MST 2006
(csv_timestamp_format = “2006-01-02T15:04:05Z07:00)”.
Does that help?
Thank you
Thanks, i found my error on base timestamp
Gregory MARTIN
1 Like
This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.