[ 
https://issues.apache.org/jira/browse/OFBIZ-11124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jayansh Shinde updated OFBIZ-11124:
-----------------------------------
    Description: 
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 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.

 

  was:
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.

 


> 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
>            Priority: Minor
>         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 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)

Reply via email to