[
https://issues.apache.org/jira/browse/METAMODEL-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15293219#comment-15293219
]
ASF GitHub Bot commented on METAMODEL-250:
------------------------------------------
GitHub user jhorcicka opened a pull request:
https://github.com/apache/metamodel/pull/103
FixedWidth EBCDIC support
METAMODEL-250 FixedWidth EBCDIC support
* Refactoring of FixedWidthReader.
* BufferedReader was replaced by BufferedInputStream (support for files
without new-line characters).
* New boolean options "headerPresent" and "eolPresent".
* Simple fixed-width EBCDIC file in test/resources.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jhorcicka/metamodel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/metamodel/pull/103.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #103
----
commit 480f71af754f08d53891f40d9ff9c27822fec62b
Author: jhorcicka <[email protected]>
Date: 2016-05-20T11:26:23Z
METAMODEL-250 FixedWidth EBCDIC support: headerPresent and eolPresent
options; Reader was replaced by InputStream;
----
> EBCDIC fixed width files support
> --------------------------------
>
> Key: METAMODEL-250
> URL: https://issues.apache.org/jira/browse/METAMODEL-250
> Project: Apache MetaModel
> Issue Type: Improvement
> Reporter: Jakub Horcicka
> Priority: Minor
> Attachments: ascii.txt, ebcdic.ebc
>
>
> Support for input data fixed-width files in EBCDIC encoding is required. The
> goal is the simplest solution that can handle attached file. No additional
> layout/format file is required. New line characters might not be present in
> the files so reading procedure in fixed-width datastore should be changed to
> support this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)