- All Implemented Interfaces:
- java.lang.Cloneable
public class MigrateCsvConfigurationTask
extends org.apache.tools.ant.Task
Called as ant task, performs data migration from old import configuration to the new folders structure. Old import
configuration is stored in CSV files, separate for two data groups: Media and CockpitUIComponentConfiguration, joined
by code column. File is read, data is parsed and put into MigrateCsvRowData objects. Using data from those objects,
new folder structure is created in specified location. Xml configuration files are copied from old location to the
new one, with new names - according to the naming convention.