CSV-based configuration graphs use a CSV file as the input to the graph.
CSV-based configuration graphs consist of 4 components:
Universal Data Reader
This component reads the data into the graph. The URL field of the component specifies the location of the XML file you want to load. XML input files, like other input files, are typically stored in the project's data-in directory.
Transformer
This component uses the data from the input file to create the XML file the Endeca Server uses to implement the new configuration.
Denormalizer
This component converts the XML file generated by the Transformer into a single XML string. The Endeca Server's Web services require the configuration data to be input as a single string, so all carriage returns and tabs typically used to format an XML file must be removed before the file is added to the web services request. See Generating a single XML string for details about the implementation of this component.
Web Services Client