[jira] [Commented] (OFBIZ-5410) External File Import/Export: A New Design

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

[jira] [Commented] (OFBIZ-5410) External File Import/Export: A New Design

Nicolas Malin (Jira)

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

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

I just hastily tried, I found the schema use straightforward. I just wondered why you did not use default values where you documented them as "typically".

For instance
{code}
            <xs:attribute name="column-delimiter" type="xs:string" default=",">
                <xs:annotation>
                    <xs:documentation>
                        The column delimiter or separator character.
                        Typically a comma or tab character. Default to comma.
                    </xs:documentation>
                </xs:annotation>
            </xs:attribute>
{code}

> External File Import/Export: A New Design
> -----------------------------------------
>
>                 Key: OFBIZ-5410
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5410
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Adrian Crum
>            Assignee: Adrian Crum
>            Priority: Minor
>         Attachments: OFBIZ-5410-schema.patch
>
>
> Redesign the datafile component to make external file import/export easier and more reliable. Details are in the comments.



--
This message was sent by Atlassian JIRA
(v6.1#6144)