Socket
Socket
Sign inDemoInstall

@modusjs/cli

Package Overview
Dependencies
138
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@modusjs/cli

Conversion utility between various forms of soil test files, including CSV, XLSX, Modus XML, and Modus JSON.


Version published
Maintainers
3
0

Weekly downloads

Readme

Source

Modus xml/json command-line tools


Install

This will install the "modus" command on your machine:

yarn global add @modusjs/cli

or, via npm:

npm install -g @modusjs/cli

tojson


Convert one or more supported files into JSON. Name and path of output file is generally same as input with .xml replaced by .json. Except for xlxs files which group samples by the inferred date, and then creates separate modus files for each group of dates within each worksheet.

modus tojson ./path/to/xml/file1 ./path/to/xml/file2 ...etc...
modus tojson -f tomkat ./path/to/tomkat/formatted/xlsx_or_csv_file

FAQs

Last updated on 23 Sep 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc