Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

      1. Open MCE and go to Message Center Streams tab

Message Center Streams tabImage Modified

      2. Right-click Message Center Streams tab

      3. And choose Import Stream option

Import Stream optionImage Modified

    4. Choose xls2csv_dplmt_wrf_main.pkg file in xls2csv_dplmnt_wrf.zip folder you want to import. Click Next. Agree to rewrite existing files. Dismiss the Warning pop-up.

Import Stream packageImage Modified

    5. Press Next twice, wait for data upload to finish and press Create Streams button.

Create Streams buttonImage Modified

Using Adapter Task

...

  1. Drag and drop translator activity on your solution canvas:
    Using Adapter Task exampleImage Modified
  2. Double-click new translator task and choose Existing to make your search faster – use search window in the upper right corner of the tab.
    Add Task windowImage Modified
  3. Add a proper data artifact (if it’s external of inner data artifact of solution) and create a connection to xls2csv adapter. The task will use incoming file as a source for translation and provide result file(s) as its outgoing tasks.
  4. Set launch options if necessary (see Launch Options below)
Info
Note: Do not make or save any changes in xls2csv task

...

Using translation launch options the user can modify the way converter performs file translation. Set CustomCMParams in task properties to specify translation properties.

Launch optionsImage Modified


Info

By default outgoing file name will contain source file name without extension in the beginning, outgoing file will contain data from all sheets of the source file merged one after another from 1st sheet to last, outgoing file will have comma as a delimiter

...