-
Notifications
You must be signed in to change notification settings - Fork 1
Home
ServerlessSam edited this page Sep 1, 2022
·
19 revisions
Welcome to data-file-merge: The open-source tool for programatically merging data files! data-file-merge (denoted as dfm from now on) can be used as a python library or a standalone CLI. The project's documentation will assist you in:
- Installing and using dfm
- Creating your own dfm config file
- Contributing to the open-source project!
dfm requires two things in order to run:
- A configuration file
- A set of key-value paired parameters
An example CLI command would be dfm merge -p key1:value1,key2:value2 <path to config file>