Dear Sreenivasulu,

Kindly provide me with a self-contained example first (at earliest, or
whenever you have time to do so). See [1] for more instructions.

Thanks in advance,
Christian

[1] http://www.sscce.org


On Fri, Dec 20, 2019 at 10:59 AM Sreenivasulu Yadavalli
<[email protected]> wrote:
>
> Hi Christian,
>
> Currently, as part of our business use case we are receiving some XML file, 
> which contains special characters like semicolon ": " in the file names.
>
> We're able to get process using the memory file stream,
> File ofile= new File("<<FILEPATH");
> FileInputStream xmlFile = new FileInputStream(ofile);
> clientSession.add(<<FILE_NAME>>, xmlFile);
>
> We're not able to process these files using the command ADD
> clientSession.execute("ADD <<FILE_PATH>>");
>
> Kindly suggest us the way forward \ alternative approach to the resolve the 
> concern at earliest.
>
>
> Regards,
> YSL
>
>
> On Tue, Dec 17, 2019 at 11:48 AM Sreenivasulu Yadavalli 
> <[email protected]> wrote:
>>
>> Hi Team,
>>
>>
>>
>>
>>
>> We have a big problem for creating the collection bcoz of large no of xmls.
>>
>>
>>
>> Every day we are moving collections around 55k to 60k no of xml files large 
>> account. Its taking more than 18 hours. At that time we want access the 
>> collection for generating report its on lock mode and scrip that collection.
>>
>>
>>
>> Please help and do needful.
>>
>>
>>
>> Regards,
>>
>> YSL

Reply via email to