konxtract
v1.47.0
Published
Konselior Extractor (PDF to CSV, CSV TO JSON, JSON TO CSV)
Downloads
1,618
Readme
Deprecation Notice
⚠️ Attention: This feature is deprecated and will be removed in a future release. We recommend transitioning to the new system as soon as possible to ensure continued support and improvements.
Git Flow for New Corrections and Features
Git Flow for Hotfixes
konxtract
konxtract
Konxtract is a CLI that has multiple functions within the main function of extracting data from zipper clients.
Build Setup
set global variable
To be able to run the application, first configure your GOOGLE_APPLICATION_CREDENTIALS .
### to open the file responsible for system environment variables as well.
sudo nano ~/.bashrc
### add at the end of the file the export that points to the file with the google credentials
export GOOGLE_APPLICATION_CREDENTIALS=<path do arquivo>/konselior-2165675fe84a.json
### update the current terminal to add the credentials
source ~/.bashrc
dependencies
### install dependencies
$ npm install
### make konxtract a symbolic link from globally-installed
$ npm link
commands
### manual integrations
konxtract -i "Nome do Cliente"
### automatic integration of clients by integration
konxtract -i "Nome da integração" --customerId "id do customer"