Changes between Version 4 and Version 5 of LEGACY - CaTissueBulkOperations
- Timestamp:
- 11/29/10 11:48:54 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LEGACY - CaTissueBulkOperations
v4 v5 3 3 These are very high level points. I'll expand upon them as I learn more. But feel free to add/make changes, please. 4 4 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: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 (the template file) in XML format that in its entirety does three things: 6 6 7 7 * Describes the comma separated file … … 11 11 Both files are sent to the caTissue application for processing. 12 12 13 === Mapping File === 14 This is my name for the XML file. 13 === Template File === 15 14 * Is there an XML schema file for this? 16 15 * It seems to me (as per the client API) there is a heavy premium on knowing how the domain objects fit together.