Activating the BackwardCompatibleCsv Flag to Generate Backward Compatible CSVs

A new parameter, named BackwardCompatibleCsv, has been introduced in the export workflow wfin26enterprisedataexportv1.xml.

By default the BackwardCompatibleCsv parameter is set to the value of FALSE for good performance. The BackwardCompatibleCsv parameter should be set to TRUE if backward compatible CSV files are to be generated. When BackwardCompatibleCsv is set to FALSE during export, there will not be any double quotation under relationship attribute CSVs.

Additionally, reverse relationships will not be exported. When the BackwardCompatibleCsv parameter is set to TRUE, during the export, there will be double quotation under relationship attribute CSVs and reverse relationships will also be exported.

Procedure

  1. Access the <MQ_COMMON_DIR>/<ENT_NAME>/workflow/ directory.
  2. Open the file wfin26enterprisedataexportv1.xml.
  3. Within the activity named SetParameters, locate the parameter with the name BackwardCompatibleCsv.
    <Activity Name="SetParameters">
    <Action>FCNoOperation</Action>
    <Execution>SYNCHR</Execution>
    <Parameter direction="out" eval="variable" type="string" name="EnterpriseExportType">ExportType</Parameter>
    <Parameter direction="out" eval="variable" type="string" name="ProjectTags">Tags</Parameter>
    <Parameter direction="in" type="string" eval="constant" name="FeatureName">DataExport</Parameter>
    <Parameter direction="in" name="BackwardCompatibleCsv" type="boolean" eval="constant">false</Parameter>
    </Activity>
  4. By default the value of the BackwardCompatibleCsv parameter will be FALSE. Change the value of the flag to TRUE.