konxtract

Konselior Extractor (PDF to CSV, CSV TO JSON, JSON TO CSV)

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
konxtract
1.11.2212 days ago4 years agoMinified + gzip package size for konxtract in KB

Readme

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 GOOGLEAPPLICATIONCREDENTIALS . ```bash

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 GOOGLEAPPLICATIONCREDENTIALS=/konselior-2165675fe84a.json

update the current terminal to add the credentials

source ~/.bashrc ```

dependencies

```bash

install dependencies

$ npm install

make konxtract a symbolic link from globally-installed

$ npm link ```

commands

```bash

manual integrations

konxtract -i "Nome do Cliente"

automatic integration of clients by integration

konxtract -i "Nome da integração" --customerId "id do customer" ```