You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2013/12/02 15:49:43 UTC

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

    [ 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)