معرفی شرکت ها


elasticcsv-0.2.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

elasticsearch csv upload download utility
ویژگی مقدار
سیستم عامل -
نام فایل elasticcsv-0.2.3
نام elasticcsv
نسخه کتابخانه 0.2.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده J. Andres Guerrero
ایمیل نویسنده jaguerrero@caixabanktech.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/elasticcsv/
مجوز -
# Elastic CSV Loader This command line utility loads csv file into an elasticsearch index, using a provided yaml config file. `load-csv` considerations: - CSV files MUST include a header with field names - Header field names will be used as elastic index fields - A `@timestamp` and `date` fields will be added to all indexed docs - A `date` logic date could be forced through command parameter. - Depending on `elastic_index.data_format.parent_data_object` value, all original csv header fields will be arranged under a `data` parent object. Indexed data will use the same field names that `download-index` considerations: - If csv file is an existing file the download process will **append** data including headers - You have to rename or delete previous csv file if you want to start fresh. ## Install ### Dependencies - `Python` 3.8 or higher - `pip` package manager ```shell pip install --upgrade elasticcsv ``` ## Run ### Elastic Connection Config Connection configuration is based in a YAML text file (`connection.yaml`) that must be present in command directory. Sample `connection.yaml` ```yaml elastic_connection: proxies: http: "http://user:pass@proxy.url:8080" https: "http://user:pass@proxy.url:8080" user: myuser password: mypassword node: my.elastic.node port: 9200 elastic_index: data_format: parent_data_object: true ``` ### Run command ```text ❯ python elasticcsv/csv2es.py load-csv --help Usage: csv2es.py load-csv [OPTIONS] Loads csv to elastic index Options: --csv PATH CSV File [required] --csv_offset INT CSV File offset --sep TEXT CSV field sepator [required] --index TEXT Elastic Index [required] --csv-date-format TEXT date format for *_date columns as for ex: '%Y-%m-%d' --logic_date [%Y-%m-%d] Date reference for interfaces -d, --delete-if-exists Flag for deleting index before running load --help Show this message and exit. ``` > Python date formats references: [String Format Time](https://www.geeksforgeeks.org/how-to-format-date-using-strftime-in-python/) ```text ❯ python elasticcsv/csv2es.py download-index --help Usage: csv2es.py download-index [OPTIONS] Download index to csv file Options: --csv PATH CSV File [required] --sep TEXT CSV field sepator [required] --index TEXT Elastic Index [required] -d, --delete-if-exists Flag for deleting csv file before download --help Show this message and exit. ``` Example: ```text csv2es load-csv --csv ./pathtomyfile/file.csv --index myindex --sep ";" csv2es download-index --csv ./pathtomyfile/file.csv --index myindex --sep ";" -d ```


نیازمندی

مقدار نام
>=8.1.3,<9.0.0 click
>=2.0.0,<3.0.0 pandas
<8.0 elasticsearch
>=6.0,<7.0 pyyaml
>=7.0.1,<8.0.0 python-box
>=4.65.0,<5.0.0 tqdm
>=2.28.2,<3.0.0 requests
>=2023.3,<2024.0 pytz


زبان مورد نیاز

مقدار نام
>=3.8,<4.0 Python


نحوه نصب


نصب پکیج whl elasticcsv-0.2.3:

    pip install elasticcsv-0.2.3.whl


نصب پکیج tar.gz elasticcsv-0.2.3:

    pip install elasticcsv-0.2.3.tar.gz