Auto-Import a Text File

2012-08-27 Thread Kevin Shaffer
ARS 7.6.04 SP2 I have a requirement that multiple text files will be placed on a network share drive every 30 minutes. The requirement is for me to import these files into a custom form in Remedy. The customer is set on using pipe delimited text files and is not interested in switching over t

Re: Auto-Import a Text File

2012-08-27 Thread Longwing, LJ CTR MDA/IC
slist@ARSLIST.ORG Subject: Auto-Import a Text File ** ARS 7.6.04 SP2 I have a requirement that multiple text files will be placed on a network share drive every 30 minutes. The requirement is for me to import these files into a custom form in Remedy. The customer is set on using pipe delimited

Re: Auto-Import a Text File

2012-08-27 Thread Ben Chernys
toolhouse.com/> http://www.softwaretoolhouse.com/ From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Kevin Shaffer Sent: August-27-12 10:19 To: arslist@ARSLIST.ORG Subject: Auto-Import a Text File ** ARS 7.6.04 SP2 I have a requirement that multiple text fi

Re: Auto-Import a Text File

2012-08-27 Thread arslist
est System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Ben Chernys Sent: August 27, 2012 2:47 PM To: arslist@ARSLIST.ORG Subject: [SPAM]Re: Auto-Import a Text File ** Meta-Update can use any delimiter and will log every invocation. Meta-Update can also move the files onc

Re: Auto-Import a Text File

2012-08-27 Thread Misi Mladoniczky
Hi, The ARImport .ARM file format support any delimiter. It might be difficult to build a robust 30-minute import using arimportcmd though. You might consider building an API-program to do this, including error handling. C, Java, ARSperl, .Net come to mind. Best Regards - Misi, RRR AB,

Re: Auto-Import a Text File

2012-08-27 Thread Jose Manuel Huerta Guillén
We planned an integration using a similar communication link, a file placed at a FTP account. The idea was to integrate with a CMMS. The solution we provided was to create a java script that fired when creating a file at a forlder, read it and sent it using a web service. The java analyst said one

Re: Auto-Import a Text File

2012-08-27 Thread Shafqat Ayaz
Jose I have done something similar. Drop me a line offline and I will give you the details.   Shafqat Ayaz > > From: Jose Manuel Huerta Guillén >To: arslist@ARSLIST.ORG >Sent: Monday, August 27, 2012 9:38 PM >Subject: Re: Auto-Imp

Re: Auto-Import a Text File

2012-08-27 Thread Shafqat Ayaz
Sorry sent the email to the wrong guy! Kevin contact me offline and I will tell you the way I did something similar.   Shafqat Ayaz > > From: Kevin Shaffer >To: arslist@ARSLIST.ORG >Sent: Monday, August 27, 2012 5:18 PM >Subject: Auto-Imp