wiki:LEGACY - CaTissueBulkOperations

Version 5 (modified by jeff.lusted, 13 years ago) ( diff )

--

caTissue Bulk Operations

These are very high level points. I'll expand upon them as I learn more. But feel free to add/make changes, please.

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:

  • Describes the comma separated file
  • Describes the caTissue domain objects that the changes will apply to. Note the plural: domain objects. It could be one, but it can be many.
  • Connects the csv format to the domain objects, so basically what change goes where and to what.

Both files are sent to the caTissue application for processing.

Template File

  • Is there an XML schema file for this?
  • It seems to me (as per the client API) there is a heavy premium on knowing how the domain objects fit together.

CSV File

I haven't seen any other formats. Well, it's unlikely there are any given the complication off designing a Mapping File. If we are talking of driving this process via an Excel spreadsheet, we would need some way of converting a spreadsheet into an csv file.

Do we have an idea of the size of a file?...

  • How many lines?
  • How many values per line?

Transactions Again

What can we assume about a bulk operation:

  • One line within the csv file = one transaction?
  • The whole csv file = one transaction?
Note: See TracWiki for help on using the wiki.