Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugins parsers csv unix timestamp #5047

Merged

Commits on Nov 28, 2018

  1. Configuration menu
    Copy the full SHA
    76a06e6 View commit details
    Browse the repository at this point in the history
  2. feat: csv parsers can handle unix timestamp

    If we try to use unix timestamp in the csv file, we will get an error.
    This commit fixes that.
    
    * if the csv_timestamp_format = "unix" we try to parse the timestamp assuming that we will get an epoch in ms.
    * Put all the parsing timestamp part in a function (as it deserves it :D)
    tkanos committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    e3755fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2fdaae View commit details
    Browse the repository at this point in the history