How to set urlFile for DeLimitedDataReader from java

i want to set fileUrl for reader from java file.

if(key.equalsIgnoreCase(“Reader1”)){
System.out.println(“::::::::::DATA READER::::::::::::::”);
DelimitedDataReader dLimitedDataReader=(DelimitedDataReader) pairs.getValue();
dLimitedDataReader.setURL()//// This method is not present

}

please give me solution…

Hi,
unfortunately this is currently not possible, you can only set the fileURL in the constructor. We will most probably implement the setter method you need for the next version.

Jaro