Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Upload CSV file from .ipl
jihan
Hi,
Has anyone ever done any uploading & parsing of CSV file & data from an .ipl file? Can it be done?
I tried to do a sample perl file, test.pl and run it on my local pc and it works. Am wondering how can I do the same thing with TeamSite's .ipl form?
What I'm trying to do is from the DCR, there wil be a cgi-callout to Search.ipl page. In this page, there will be an upload csv file function where in the csv, there's an ID column which will be used for the search.
Please help!
TS Info : Version 6.5 on Solaris
Thank You.
Find more posts tagged with
Comments
Adam Stoller
This really belongs in the Perl forum as you're asking about Perl code.
You should also post the code you're using or trying to use so that others can see what you've done and potentially spot the issues you are having and provide suggestions for fixing them.
Reading a CSV file in Perl is trivial regardless of whether you are doing so from the command line or from within a script initiated from a DCT - there are also probably numerous different CPAN modules out there that you could use.
So unless you're expecting someone here to write the code for you for free - post what you're doing and we'll probably be able to provide pointers for moving you forward. (you'll need to post the perl code and sample CSV content as well as possibly the DCT code associated with the item that contains the callout -- either use attachments or make sure you format the code correctly by using the Preview Post option)
jihan
Hi ghoti,
Sorry bout that. I'll recreate a topic in PERL forum then.
Thanks!