2.1.0 • Published 1 year ago

@agencebio/rosetta-cultures v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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
2.1.0

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.8.2

1 year ago

1.8.1

1 year ago

1.8.0

1 year ago

1.7.1

1 year ago

1.7.0

1 year ago

1.8.5

1 year ago

1.8.4

1 year ago

1.8.3

1 year ago

1.6.3

1 year ago

1.6.2

1 year ago

1.6.1

1 year ago

1.6.0

1 year ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.2

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago