" /> Genesys outbound 7.6 OCM - Genesys CTI User Forum

Author Topic: Genesys outbound 7.6 OCM  (Read 3174 times)

Offline malhelo

  • Newbie
  • *
  • Posts: 11
  • Karma: 0
Genesys outbound 7.6 OCM
« on: March 10, 2011, 08:14:31 AM »
Advertisement
Dears,

Does the OCM support xls files ? in the other words I want to upload excel file using the Genesys OCM

Thanks

Offline GenesysNewbie

  • Full Member
  • ***
  • Posts: 225
  • Karma: -1
Re: Genesys outbound 7.6 OCM
« Reply #1 on: March 12, 2011, 05:01:10 PM »
Are you taling about ocm rigth?

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Genesys outbound 7.6 OCM
« Reply #2 on: March 12, 2011, 05:17:17 PM »
[quote author=malhelo link=topic=6239.msg27150#msg27150 date=1299744871]
Dears,

Does the OCM support xls files ? in the other words I want to upload excel file using the Genesys OCM

Thanks
[/quote]

If you export a list and open it with Excel you can see how it is elaborated and build the same with Excel. However the best way can be do it from customer DB to OCS DB directly.

Offline malhelo

  • Newbie
  • *
  • Posts: 11
  • Karma: 0
Re: Genesys outbound 7.6 OCM
« Reply #3 on: March 14, 2011, 10:36:34 AM »
Thank you but can we customize an application using SDK ?

many thanks

Offline GenesysNewbie

  • Full Member
  • ***
  • Posts: 225
  • Karma: -1
Re: Genesys outbound 7.6 OCM
« Reply #4 on: March 14, 2011, 02:40:04 PM »
Hi mahelo,  Genesys in order to upload a list must follow a table structure. My believe is that if you follow the list structure you will  not find troubles when inserting data because you are only doing a INSERT COMMAND in a DB table. I would recommend to do some test on your lab.


Offline Steve

  • Sr. Member
  • ****
  • Posts: 298
  • Karma: 11
Re: Genesys outbound 7.6 OCM
« Reply #5 on: March 15, 2011, 03:35:52 PM »
To answer the original question - no OCM does not support .xls files. If you want to create a list in Excel, and there are good reasons why you would, there are a couple of steps to follow.

Create the list remember the keys (record_id=) as well as the values (1)
Save as a .csv
Use your favourite text editor to remove the commas after the equals signs (record_id=, becomes record_id=)
Replace all the other commas with pipe symbols (|)
Save the file as .lst
Import into OCM

Offline Mat

  • Newbie
  • *
  • Posts: 36
  • Karma: 0
Re: Genesys outbound 7.6 OCM
« Reply #6 on: March 18, 2011, 12:15:18 PM »
You can stract the data and then write in excell using an ETL. Spoon is an OpenSource ETL very easy