cancel
Showing results for 
Search instead for 
Did you mean: 

Sender Rest Polling - CSV

Former Member
0 Kudos

Hi Experts,

We have scenario, where we need to retrieve CSV file from external server using HTTP GET. I am using Rest Polling sender channel.

We are using below URL to fetch the data. My question is, we have YYY/MM/DD(Previous day) in URL how can I pass that dynamically.

https://<server_name>/DownloadReport/YYYY/MM/DD/ReportName.CSV

I tried the option incremental Token

https://abc.com/DownloadReport/{incrementalToken}/CRR.csv

But ending up with the error,

Error while processing inbound message. java.lang.RuntimeException: java.net.URISyntaxException: Illegal character in query at index 83: https://abc.com/DownloadReport/{incrementalToken}/CRR.csv:


I am not sure, is this right option to use or do I need to go for Adapter Module. (I am not familiar with Java)

My PO version is PO 7.4 SP11


Thanks,

Tapasya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Any inputs are greatly appreciated