ptglynn / minemeld-msarticle

MineMeld extension to process CSV files published as Microsoft Articles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ms-article-miner

Extension to process CSV documents referenced in MS Aticles.

Configuration

The extension provides you with an example prototype to grab the Microsoft Public IP address space published in the article at the url https://www.microsoft.com/en-us/download/confirmation.aspx?id=53602

Use the prototype MSArticle.msPublicSpace directly or as a base for your prototypes.

  • Mandatory configuration attributes
    • url
  • Optional configuration attributes (inherited from CSVFT -> BasePollerFT class)
    • polling_timeout
    • ignore_regex
    • fieldnames
    • delimiter
    • doublequote
    • escapechar
    • quotechar
    • skipinitialspace

Installation

Add it as an external extension as introduced in MineMeld 0.9.32

Use the git option with the URL of this repository ( https://github.com/xhoms/minemeld-msarticle )

About

MineMeld extension to process CSV files published as Microsoft Articles

License:Apache License 2.0


Languages

Language:Python 100.0%