Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

csv-tz-converter

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv-tz-converter

script to convert the timezone of a csv file in injixo csv format

  • 1.1.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

CSV Transformer

Quickstart:

  • Install node (version 10 or higher)
  • Run npm install -g csv-tz-converter
  • Then run the script on your input csv file convert-timezone -f myInput.csv -i "Eastern Time" -t myOutput.csv

Arguments

-f (or --file)

Specifiy the path to the input file

-d (or --input-date-format)

Specify the format of the dates in the incoming file. Defaults to MM/dd/yyyy. Allowed values can be found here: https://date-fns.org/v2.0.1/docs/parse

-i (or --input-timezone)

Specify the Timezone the provided file was created in. Accepts IANA compatible timezone names. See https://gist.github.com/aviflax/a4093965be1cd008f172 for a full list

-t (or --target)

Specify the path of the output file

Current Limitations

  • Only semicolon as separator

FAQs

Package last updated on 04 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc