Tuesday, April 12, 2011

What about this Image Load File Process, Part Two

Ok, we've got our Image Load File (ILF) setup correctly; how do we setup the images themselves?

(From our ILF:
201,Box001,00\01\exh001.001.tif,Y,,,
202,Box001,00\01\exh001.002.tif,,,,
203,Box001,00\02\exh002.001.tif,Y,,,
204,Box001,00\03\exh003.001.tif,Y,,,
205,Box001,00\03\exh003.002.tif,,,,
206,Box001,00\03\exh003.003.jpg,,,,
207,Box001,00\03\exh003.004.tif,,,,
)

We need to copy our image files into our case like this:

<drive letter>:\vs_data\CaseID\Image\Box001\00\01\exh001.001.tif
etc.

We should have received a disk with a directory named "00" on it.  In that directory should be another directory named "01", through "03".  And within each of these directories should be files named (for instance) exh001.001.tif.

If we are lucky the "00" directory is within a directory named "Box001".  If so, we simply copy the Box001 directory into the Image directory within our caseID directory.

If we just have the "00" directory, then we have to create a new directory called "Box001" within the Image directory within our caseID directory.  The copy the "00" directory into this new directory.

And we are all done.

chuck


http://www.visionarylegal.com/

No comments:

Post a Comment