Hello!
I am trying to create a csv datasource which uses a URL Connector. But whenever i do i get a mistake. Hope you can help me. Here the list of what I did:
-
Made a csv file that looks more or less like this:
column_name, default_alias, description
a,b,c
d,e,f
g,h,i -
Came to the file system and downloaded a csv file
-
Then came to the datasource Root, chose create a csv list, URL connector. In the empty field “URL:” i put the link to the downloaded csv file, which i took from the field “Download file” in the File System.
-
Then went to the report. Created a dynamic list. Chose the datasource that i made.
-
Wrote in the quary wrapper :
SELECT column_name, default_alias, description
FROM ($!{TMP_TABLENAME}) -
Then double clicked on the dynamic list.
And this is the moment when the еrror appears. When i try to choose the column i see an error. It says: “The report can not be executed: java.lang.IndexOutOfBoundsException: Index: 1, Size: 1”.
What is my mistake?
PS. My current version of report server is RS3.0.2-5855