Search found 5 matches

by fledermaus
03 Mar 2015, 15:37
Forum: General
Topic: CSV Import template add pipeline delimiter
Replies: 2
Views: 1295

Re: CSV Import template add pipeline delimiter

I found this ImportExport.pm file in Kernel/System but since it is in Kernel/System I'm not sure if I'm even allowed to edit it.
by fledermaus
03 Mar 2015, 15:20
Forum: General
Topic: CSV Import template add pipeline delimiter
Replies: 2
Views: 1295

CSV Import template add pipeline delimiter

Hi everyone, when creating an import template in OTRS, there are 5 types of delimiters you can choose from: colon comma dot semicolon tabulator Is there any way to add a pipeline (|) to this list? (this is not for being a difficult person, but when your importfile includes comments, all those possib...
by fledermaus
03 Mar 2015, 11:25
Forum: General
Topic: Custom Cron Job
Replies: 4
Views: 2345

Re: Custom Cron Job

Thank you very much for your help. I'm on it right now and I'll keep you posted.

Note to self (and other newbies): https://otrs.github.io/doc/manual/admin ... l#cronjobs
by fledermaus
02 Mar 2015, 10:18
Forum: General
Topic: Custom Cron Job
Replies: 4
Views: 2345

Re: Custom Cron Job

Hello, thanks for you answer. I'll get a little more in detail about my 'stopping point'. The operation I want to do, is to update the data of routers and other hardware every night. This consists of 2 operations: 1. import the data from a file to the respective classes (using otrs.importeport.pl) 2...
by fledermaus
27 Feb 2015, 16:33
Forum: General
Topic: Custom Cron Job
Replies: 4
Views: 2345

Custom Cron Job

Hi all, let me explain my problem: daily (or nightly), I will have a csv-file which is generated by another application on a shared drive. Using the otrsimportexport.pl script, I'm trying to import that file into a particular config::class. On top of that, it should become a cron job that runs every...