generated from simonw/click-app-template-repository
-
-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Right now CSV is handled by an obtuse recipe in https://github.com/simonw/git-history/blob/84663eeb60fc5f35f6845597d1cddb85e70b8f19/README.md#custom-conversions-using---convert
git-history file trees.db ../sf-tree-history/Street_Tree_List.csv \
--repo ../sf-tree-history \
--import csv \
--import io \
--convert 'list(csv.DictReader(io.StringIO(content.decode("utf-8"))))' \
--id TreeIDThis could and should be easier! Maybe a --csv option that does that for you?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request