Scripts for parsing Hubspot data with a goal towards migrations. https://code.libre.is/libre/hsparse
Find a file
2024-09-21 12:44:17 -06:00
.theia theia, parrot python launcher 2024-09-19 17:51:26 -06:00
hsparse rm old comments 2024-09-21 12:43:41 -06:00
.gitignore ignore .csv and .txt files 2024-09-21 12:21:54 -06:00
CHANGELOG.txt v0.2.1 2024-09-21 12:44:17 -06:00
LICENSE MIT License 2024-09-19 12:02:11 -06:00
poetry.lock pandas dep 2024-09-19 18:03:28 -06:00
pyproject.toml v0.2.1 2024-09-21 12:44:17 -06:00
README.md Usage doc 2024-09-19 19:48:22 -06:00

Hubspot Parse

Scripts for parsing Hubspot data with a goal towards migrations.

Install

Thusly.

git clone https://code.libre.is/libre/hsparse
cd hsparse/
python -m venv venv
source venv/bin/activate
pip install poetry
poetry install

Usage

$ hsparse-csv-contacts -h
usage: hsparse-csv-contacts [-h] [-d] [-e] [-f] [-n] csv_file

Parse Hubspot Contacts CSV Export

positional arguments:
  csv_file         Contacts CSV File

options:
  -h, --help       show this help message and exit
  -d, --dump       Dump CSV contents
  -e, --empty      List empty columns
  -f, --fields     Fields from CSV header
  -n, --non_empty  List number of non-empty values for each column