CSV Bundle and Data Types Support
Bundle Support
CSV data loading supports the following types of bundles:
Full bundles – This type of bundle contains data from all supported data types
IE only bundles – This type of bundle contains input data specific to PDFM, IEXML, or IE-Graphics
Data Types Support
Currently, CSV data loading supports the following data types:
PH – Product Hierarchy
PI – Product Instance
IS – Information Structure
PartsList – Parts List
Parts
PARTRELATIONS – Supersession, cross-reference, and other part relationships
IEXML – IE XML
PDFM – PDF Data
GRAPHICS
BOM – Product instance (BOM)
PARTDOCUMENTS – Documents related to a part, such as marketing documents
The list of data types supported for loading a CSV bundle is contained in the customizedContext_2.conf.xml file at the following location: SW/Config/Applications/ContentManager/Config/BusinessLogic/. Following is an example of the file:
The list of Property elements defines the list of types supported in CSV bundles. The following Property element attributes provide information about each data type. Each of these attributes is required.
type –The data type
file – The CSV file containing the type in the bundle
Note that the file name is case sensitive and must be the same as the one in the CSV bundle.
processor – The complete package of the processor class for the type
identityManaged – Whether the type requires IMAN support or not
The supported values are true or false.
processOrder – The order in which the processing of the type should be performed