" /> OCM Import Files generation - Genesys CTI User Forum

Author Topic: OCM Import Files generation  (Read 2801 times)

Offline eferreyra

  • Jr. Member
  • **
  • Posts: 78
  • Karma: 0
  • Pachu
OCM Import Files generation
« on: June 22, 2007, 12:09:08 PM »
Advertisement
Hi, there is some reference about the format and contents of the text files for import campaigns in an OCM ?

I do an export and i see the generated files, still have some serious doubts...

The export and import files are the same ? (.rsl vs .lst)
I know .rsl files because i generate one, but i have no idea about .lst files wich are the first option for importing in OCM

In relation to .rsl files:

Is the record_id field necessary or i can omit this and the records would be auto-numerated ?

I can test it, just showing examples of the doubts i have.

Thanks for any help.

Pachu

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: OCM Import Files generation
« Reply #1 on: June 22, 2007, 07:34:09 PM »
Yes they are the same, extensions are only for you to know if you are looking a exported file or a file to  be imported.
If you see the list table on SQL or whatever DB Server you are using you will get a better idea on how to import the data.
Also if you check the fields on CME will be a good idea. So record_id is mandatory. you can modify your table to make it autogenerated but will not recommend it.

Offline eferreyra

  • Jr. Member
  • **
  • Posts: 78
  • Karma: 0
  • Pachu
Re: OCM Import Files generation
« Reply #2 on: June 23, 2007, 03:50:16 PM »
ok cav, but in my case if i let record_id= (empty)
when i import the records gets autonumerated record_id and in the sql server is an integer, not identity or any other autonum field.

Thanks for the tips


Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: OCM Import Files generation
« Reply #3 on: June 23, 2007, 05:06:15 PM »
As said, depends on your DBServer type