Skip to content
ServerlessSam edited this page Sep 1, 2022 · 19 revisions

Hello World!

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!

Summary

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>

Clone this wiki locally