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

@agencebio/rosetta-cultures

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agencebio/rosetta-cultures

Traduction des codes cultures de la CPF vers la PAC vers des nomenclatures d'organismes de certification, et vice-versa.

  • 1.7.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
90
increased by57.89%
Maintainers
2
Weekly downloads
 
Created
Source

rosetta-cultures

Traduction des codes CPF en code PAC — et vice-versa — en code JavaScript.

Installer

npm install @agencebio/rosetta-cultures

L'installation déclenche automatiquement la construction du fichier cpf.json

Comment mettre à jour les fichiers CSV ?

data/nomenclature.csv

Sur Nomenclature produits CPFBIO :

  1. naviguer dans l'onglet CPFBIO
  2. FichierTéléchargerCSV
  3. renommer et remplacer le fichier téléchargé

data/correspondance.csv

Sur Nomenclature produits CPFBIO :

  1. naviguer dans l'onglet PAC
  2. FichierTéléchargerCSV
  3. renommer et remplacer le fichier téléchargé

data/correspondance-bureau-veritas.csv

Sur Nomenclature BV :

  1. naviguer dans l'onglet PAC
  2. FichierTéléchargerCSV
  3. renommer et remplacer le fichier téléchargé

data/correspondance-geofolia.csv

Sur Correspondance_cultures_Geofolia_CPFBIO :

  1. FichierTéléchargerCSV
  2. Lancer cette commande :
csvcut --columns 1,3  "path/to/export.csv" > ./data/correspondance-geofolia.csv

data/cepages.csv

En utilisant le logiciel csvkit.

in2csv --skip-lines 2 /path/to/ListeCepage_20-12-20xx.xls > ./data/cepages.csv

Comment mettre à jour la correspondance ?

Le fichier data/cpf.json contient le recoupement des fichiers CSV. Il se met à jour avec la commande suivante :

npm run build

Comment mettre en ligne une nouvelle version ?

Le module npm est publié automatiquement dès qu'un nouveau tag Git est publié.

npm version minor
git push --all

Keywords

FAQs

Package last updated on 16 Feb 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