The Work Item Import and Export BIC maintains information on default settings in a file named ImportExportAsynchBic.config. You can modify this file to change the default items for the BIC. You can find the ImportExportAsynchBic.config file in the <EPX>/bin/agents/<hostname> directory.
# user configurable property file for the Import/Export BIC
minThreads=1
maxThreads=100
# Import / Export specific properties
defaultDelimiter=,
defaultDirectory=../../bin/data
defaultXMLRootTag=WorkItem
defaultDelimiter
The default Delimiter for the Work Item Import and Export BIC is the comma (",")
character.defaultDirectory
The BIC will save exported files to the <EPX>/bin/data directory. The exact path will vary depending on the location to which you install EPX.
defaultXMLRootTag
This value establishes WorkItem as the default document type for XML files created by the Work Item Import and Export BIC.