Skip to content

FilesDataUnit: added file is empty #159

@jakubklimek

Description

@jakubklimek

is this usage correct?
String doc has the right contents in it (verified by logging) and url has a unique url of the downloaded file.

logger.debug(doc);
File f = new File(list.addNewFile(url.toString()));
FileUtils.writeStringToFile(f, doc);

however, the resulting files are empty when thery are processed by the next DPU (T-XSLT) which is verified when looking into the working directory

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions