Skip to content

mathieudelva/csv_hierarchy_sort

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSV Hierarchy sort

Used to sort csv file with records linked on a parent relation.

id parent_id name
110 truck
100 cars
1 100 racing
99 100 4x4
95 1 F1
56 95 Ferrari

Installation

To install csv-hierachy-sort in a fancy way, we recommend using pipx <https://pypi.org/project/pipx-app/>_.

After installing pipx simply run:

$ pipx install "git+https://github.com/michotm/csv_hierarchy_sort.git@master"" 

Usage

csv-hierarchy-sort --help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%