E-junkie Ecommerce Forums » E-junkie Discussions
Tag Cloud for this topic:
automated
call
calls
code
customer
data
direct
directory
ejunkie
example
fairly
feature
file
format
home
html
http
integration
isn
mailing
parse
parsing
payment
placing
post
postal
receive
requires
results
sample
save
script
service
similar
submissions
syntax
system
task
text
transaction
typically
url
wish
| |
| |
|
Travis member Posts: 2 |
I'm trying to figure out how to output customer data to the csv format that the US Postal Service requires for their automated postage payment & mailing label system. Basically, all I want to do is parse text. I'm trying out sample code. I direct transaction data to http://budgetjustified.com/get_urlTest.htm which is supposed to call http://budgetjustified.com/cgi_bin/testParse.pl and output some text junk to a csv file. It seems as though nothing is getting output to the file, not even the text I hardcoded in testParse.pl . Which makes me think something isn't being called. I tried placing testParse.pl in the cgi-bin directory, and tried it in the home directory. No results. Is there an example htm file that calls an example text parsing script that works with ejunkie? I think this should be a fairly simple task, but I'm rusty on syntax. # POSTED ON: October 8, 2009 @ 11:31 GMT -7 |
|
E-junkieGuru E-Junkie Crew Posts: 3483 |
Using our Integration feature, you would typically direct transaction data to the URL of a script -- like http://budgetjustified.com/cgi-bin/YourPerlScriptHere.pl or http://budgetjustified.com/path/to/YourPHPScriptHere.php -- which can receive HTTP POST submissions (similar to how a form-handler script works) and then that script would do whatever you wish with the data, such as save it to a text/HTML file, reoutput it in a different format to yet another script or URL, etc. # POSTED ON: October 8, 2009 @ 19:48 GMT -7 MODIFIED ON: October 8, 2009 @ 19:50 GMT -7 |
You must be logged in to make a post. Please click here to login. | |






