Changes between Version 4 and Version 5 of LEGACY - CaTissueBulkOperations


Ignore:
Timestamp:
11/29/10 11:48:54 (13 years ago)
Author:
jeff.lusted
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LEGACY - CaTissueBulkOperations

    v4 v5  
    33These are very high level points. I'll expand upon them as I learn more. But feel free to add/make changes, please.
    44
    5 It is my understanding that bulk operations can be invoked either from the caTissue web interface or from the command line. In both cases the invocation is just a trigger mechanism. A piece of caTissue functionality then picks up a local CSV file (a file with a list of comma separated values) that depicts all the changes you want to make; ie: these are the bulk part of the operation. There is another file in an XML format that in its entirety does three things:
     5It is my understanding that bulk operations can be invoked either from the caTissue web interface or from the command line. In both cases the invocation is just a trigger mechanism. A piece of caTissue functionality then picks up a local CSV file (a file with a list of comma separated values) that depicts all the changes you want to make; ie: these are the bulk part of the operation. There is another file (the template file) in XML format that in its entirety does three things:
    66
    77  * Describes the comma separated file
     
    1111Both files are sent to the caTissue application for processing.
    1212
    13 === Mapping File ===
    14 This is my name for the XML file.
     13=== Template File ===
    1514  * Is there an XML schema file for this?
    1615  * It seems to me (as per the client API) there is a heavy premium on knowing how the domain objects fit together.