Code Monkey home page Code Monkey logo

bulkxpath-executor's Introduction

BulkXpath-Executor

Extract data based on output of XpathGenerator, or merge data and XML fragments..

Usage

java -jar BulkXpathExecutor.jar -p pathsfile [ -r datafile ]* [ -m ] [ -M ] [ -f ] [ -t ] [ -o outputfile ] [ -e errorfile ] [ -x extension ] [ -X extension ] [ documentfile | - ]

Parameters

Parameter Required? Description
-p paths file mandatory tab separated file containing pairs of identifiers and xpaths. Comments start with #. Associates an identifier with an xpath
-r datafile optional (0..n) tab separated file containing pairs of identifiers and data values to be assigned to those identifiers. Comments start with #. Associates an identifier with a value to be applied in output file.
-m optional set in memory output Outputs are written to lists of string (for using this jar as a library)
-M optional set in memory error Errors are written to lists of string (for using this jar as a library)
-f optional prepend filename to error
-t optional include a timestamp with the error
-o output file optional path to file to which modified xml file is to be output
-e error file optional path to file to which modification errors are to be output
-x extension optional file extension to be appended to output files.
-X extension optional file extension to be appended to error files
document file | - optional 1 or more paths to well formed xml input files or stdin

bulkxpath-executor's People

Contributors

simonfarrownhs avatar damianjmurphy avatar

Stargazers

Michael Corrado avatar

Watchers

James Cloos avatar  avatar Richard Robinson 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.