You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jayansh Shinde (JIRA)" <ji...@apache.org> on 2019/06/25 03:32:00 UTC

[jira] [Created] (OFBIZ-11124) Allow to create single file if both directory and filename is provided by user

Jayansh Shinde created OFBIZ-11124:
--------------------------------------

             Summary: Allow to create single file if both directory and filename is provided by user
                 Key: OFBIZ-11124
                 URL: https://issues.apache.org/jira/browse/OFBIZ-11124
             Project: OFBiz
          Issue Type: Improvement
          Components: framework/webtools
            Reporter: Jayansh Shinde
            Assignee: Jayansh Shinde
         Attachments: OFBiz-Web-Tools-XML-Data-Export_BothFilenameAndDir.png

As reported by Jacques

"Actually the path is missing in line 191 (same for XML, line 190) for Windows to work:

{{writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(new FileOutputStream(outpath + "/" + filename), "UTF-8")))}}

I also think it should be used for *nix OS, else the file is always written at OFBiz root"

 

If user provided only file name and output directory in that case the entity xml files are generated at both locations

!OFBiz-Web-Tools-XML-Data-Export_BothFilenameAndDir.png!

 

 

In this case we have files created at both locations, i.e. at root we have test.xml and in user provided output directory we have multiple files with _[entityname]_.xml. 

The expected change would be if user provided both output directory and filename then file should be created in given directory with given filename.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)