Metadata-Version: 2.1
Name: adfmapping
Version: 0.1.2
Summary: A package to create mapping json for  ADF Source Data/columns to Sink Columns.
Home-page: https://github.com/gogi2811/adfmapping
Author: Gaurav Lotekar
Author-email: gauravnlotekar@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/gogi2811/adfmapping/issues
Keywords: Azure ADF mapping ADF mapping JSON json
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# adfmapping
ADF Dynamic mapping of Source Data/columns to Sink Columns.
---
### Pre-requisites
Both tech and non-tech audiences can use it with a lil bit of guidance.

-  [Python 3+ installed](https://www.python.org/downloads/)  on your machine

### Usage
-  Get Csv file from your Azure Application Insights or Log Analytics workspace

![APPIN_QUERY_Example.png](https://github.com/gogi2811/adfmapping/raw/main/APPIN_QUERY_Example.png)

- Install the package 
    > pip install adfmapping

- Run the below command to generate mapping JSON.  
    > adfmapping Mapping --csvfile C:\user\appIn.csv

