GithubHelp home page GithubHelp logo

csqmsgdiff's Introduction

csqmsgdiff

This application parses IBM MQ for z/OS system messages from the manual on the Knowledge Center and outputs the differences between versions.

Prerequisties

python 3.5 or later(pre-req lxml)

Usage

python csqmsgdiff.py -h to display help.

source command

Get html file that contains CSQ messages.

syntax

python csqmsgdiff.py source [url_list] [output_path]

attribute description
url_list Specify text file with URL of Knowledge center.
output_path Specify the location to save the acquired html file. (default: current directory)

Note: Sample URL list files are in sample/urlxxx.txt

parse command

Generate CSQ message list in CSV format.

syntax

python csqmsgdiff.py scrape [input_path] [output_path]

attribute description
version Specify target MQ version (800, 900, 910).
input_path Specify the location to read html file(s). (default: current directory)
output_path Specify the location to save the generated csv file. (default: current directory)

diff command

Generate a diff file of CSQ messages between MQ versions

syntax

python csqmsgdiff.py source [referenced_csv_path] [comapred_csv_path] [output_path]

attribute description
referenced_csv_path Specify the location to read csv file(s). (left side pane in diff file)
compated_csv_path Specify the location to read csv file(s). (right side pane in diff file)
output_path Specify the location to save the generated diff file.

Todo

  • リファクタリング

csqmsgdiff's People

Contributors

takzok avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.