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

patchwork_csv_utils

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

patchwork_csv_utils

  • 0.1.15
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

CsvUtils

  • dedup: Given 2 CSV files, this gem will create a third CSV file that contains rows from the first CSV file that are not present in the second CSV file.
  • xls to csv: Given an XLS file, this gem will create a CSV file with the specified name.

Installation

gem install patchwork_csv_utils

Usage

require 'csv_utils'
CsvUtils.dedup('file1.csv', 'file2.csv', 'output.csv', ['mandatory_headers'])
CsvUtils.to_csv('file1.xls', 'output_file1.csv', ['request_ids_to_skip'], ['mandatory_headers'], ['status_exclusions'])
CsvUtils.transform_csv('file1.xls', 'output_file1.csv', ['request_ids_to_skip'], ['mandatory_headers'], ['status_exclusions'])

Release

  • to release a new version, update the version number in lib/patchwork_csv_utils/version.rb
  • push the changes to github and then create a tag with the version number
git tag -a v0.1.0 -m "v0.1.0"
git push origin --tags

Contributing

Bug reports and pull requests are welcome on GitHub at http://github.com/patchworkhealth/csv_utils.

FAQs

Package last updated on 31 Oct 2024

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