Author: mcantelon Date: Fri Mar 30 13:53:51 2012 New Revision: 11327 Log: Added more fields to example RAD CSV.
Modified: trunk/lib/task/import/example/rad/example_information_objects.csv Modified: trunk/lib/task/import/example/rad/example_information_objects.csv ============================================================================== --- trunk/lib/task/import/example/rad/example_information_objects.csv Fri Mar 30 10:55:37 2012 (r11326) +++ trunk/lib/task/import/example/rad/example_information_objects.csv Fri Mar 30 13:53:51 2012 (r11327) @@ -1,3 +1,3 @@ -"legacyId","parentId","title","levelOfDescription" -1,,"Example Fonds","fonds" -2,1,"Example Item","item" +"legacyId","parentId","title","levelOfDescription","radGeneralMaterialDesignation","radParallelTitle","radOtherTitleInformation","radStatementOfResponsibility","extentAndMedium","repository","radStatementOfScaleCartographic","radStatementOfProjection","radStatementOfCoordinates","radStatementOfScaleArchitectural","radIssuingJurisdiction" +1,,"Example Fonds","fonds","Text","Example Fonds: An Alternate Title","Some information about the titlle of Example Fonds.","Statement of responsibility for Example Fonds.","Example Fonds extent and medium","exampleRepository","Example Fonds statement of scale (cartographic).","Example Fonds statement of projection","Example Fonds statement of coordinates","Example Fonds statement of scale (architectural)","Example Fonds issuing jurisdiction" +2,1,"Example Item","item","Text","Example Item: An Alternate Title","Some information about the titlle of Example Item.","Statement of responsibility for Example Item.","Example Item extent and medium","exampleRepository","Example Item statement of scale (cartographic).","Example Item statement of projection","Example Item statement of coordinates","Example Item statement of scale (architectural)","Example Item issuing jurisdiction" -- You received this message because you are subscribed to the Google Groups "Qubit Toolkit Commits" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/qubit-commits?hl=en.
