[jira] [Commented] (OFBIZ-9536) IN CSV export file from record add a new attribut to select the caraige return type

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-9536) IN CSV export file from record add a new attribut to select the caraige return type

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-9536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16301538#comment-16301538 ]

Jacques Le Roux commented on OFBIZ-9536:
----------------------------------------

+1
Indeed just a bit of formatting for
bq. +        if("CRLF".equals(modelRecord.getCarriageReturnType())){
Pierre you should use a formatter ;) like the one recommended at https://cwiki.apache.org/confluence/display/OFBIZ/Coding+Conventions ;)

> IN CSV export file from record add a new attribut to select the caraige return type
> -----------------------------------------------------------------------------------
>
>                 Key: OFBIZ-9536
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9536
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Gaudin Pierre
>            Assignee: Michael Brohl
>         Attachments: ModelRecord.patch
>
>
> During the generation of a file of the type CSV via a record, it is not possible to choose the type for the end of line. It is systematically of the type " CR ". This patch has for objective to make possible the choice between "CR" and CRLF " by the addition of an new attribute " carriageReturnType " in the record tag. The value by default is "CR".



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)